Commit fb1ad2ca authored by Anton Midyukov's avatar Anton Midyukov

kernel: Added initrd moule reset_raspberrypi for Raspberry Pi 4 8 GB support

parent b910f289
......@@ -71,6 +71,7 @@ ifeq (,$(filter-out ppc64le,$(ARCH)))
endif
ifeq (,$(filter-out aarch64 armh,$(ARCH)))
@$(call add,VM_INITRDMODULES,bcm2835 bcm2835-dma sunxi-mmc)
@$(call add,VM_INITRDMODULES,reset_raspberrypi)
@$(call add,VM_INITRDMODULES,nvmem_rockchip_efuse)
@$(call add,VM_INITRDMODULES,pwm-meson)
@$(call add,VM_INITRDMODULES,cb710-mmc mtk-sd tifm_sd usdhi6rol0 via-sdmmc)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment