
12 Aug
2025
12 Aug
'25
8:24 p.m.
From: Simon Glass <sjg@chromium.org> When booting an OS with a large ramdisk, we need enough memory to load it. Expand the app's memory to 512M to allow this. Signed-off-by: Simon Glass <sjg@chromium.org> --- configs/efi-arm_app64_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/efi-arm_app64_defconfig b/configs/efi-arm_app64_defconfig index 844a0c28776..3e00abb46c9 100644 --- a/configs/efi-arm_app64_defconfig +++ b/configs/efi-arm_app64_defconfig @@ -10,6 +10,7 @@ CONFIG_DEBUG_UART=y CONFIG_TARGET_EFI_ARM_APP64=y CONFIG_EFI_CLIENT=y CONFIG_EFI_APP_64BIT=y +CONFIG_EFI_RAM_SIZE=0x20000000 CONFIG_FIT=y CONFIG_BOOTSTD_FULL=y CONFIG_SHOW_BOOT_PROGRESS=y -- 2.43.0