arm: configs: am3xxx_pfc_generic: enable initramfs support

Enable CONFIG_BLK_DEV_INITRD to allow booting an external initramfs
passed by the bootloader via the Android boot image format.

Without this option the kernel ignores any ramdisk provided through
ATAGs or the devicetree linux,initrd-start/end properties and hangs
indefinitely at:

  Waiting for root device /dev/ram0...

Signed-off-by: Sergej Wiebe <sergej.wiebe@wago.com>
This commit is contained in:
Sergej Wiebe
2026-03-12 15:48:44 +01:00
parent d20b58cb7c
commit b1cdb250c5
@@ -8,6 +8,7 @@ CONFIG_BPF_JIT=y
CONFIG_PREEMPT_RT=y
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
CONFIG_BLK_DEV_INITRD=y
CONFIG_CGROUPS=y
CONFIG_MEMCG=y
CONFIG_BLK_CGROUP=y