From b1cdb250c5eb712473082f00eb626a98113b1ae9 Mon Sep 17 00:00:00 2001 From: Sergej Wiebe Date: Thu, 12 Mar 2026 15:48:44 +0100 Subject: [PATCH] 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 --- arch/arm/configs/am3xxx_pfc_generic_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/am3xxx_pfc_generic_defconfig b/arch/arm/configs/am3xxx_pfc_generic_defconfig index fd571f59cd82..c2e5bdeeee0a 100644 --- a/arch/arm/configs/am3xxx_pfc_generic_defconfig +++ b/arch/arm/configs/am3xxx_pfc_generic_defconfig @@ -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