[PATCH 1/1] configs: disable UEFI on rcar3_salvator-x_defconfig
Heinrich Schuchardt
heinrich.schuchardt at canonical.com
Wed Nov 13 20:23:58 CET 2024
rcar3_salvator-x_defconfig fails to build with UEFI support on current
Ubuntu as u-boot-nodtb.bin becomes too big:
u-boot-nodtb.bin exceeds file size limit:
limit: 0x100000 bytes
actual: 0x1010f8 bytes
excess: 0x10f8 bytes
Reported-by: Adriano Cordova <adriano.cordova at canonical.com>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
---
configs/rcar3_salvator-x_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/rcar3_salvator-x_defconfig b/configs/rcar3_salvator-x_defconfig
index 6b095f63549..b003502b637 100644
--- a/configs/rcar3_salvator-x_defconfig
+++ b/configs/rcar3_salvator-x_defconfig
@@ -16,7 +16,7 @@ CONFIG_SPL_BSS_START_ADDR=0xe633f000
CONFIG_SPL_BSS_MAX_SIZE=0x1000
CONFIG_PCI=y
CONFIG_SYS_MONITOR_BASE=0x00000000
-# CONFIG_EFI_UNICODE_CAPITALIZATION is not set
+# CONFIG_EFI_LOADER is not set
# CONFIG_BOOTSTD is not set
CONFIG_USE_BOOTARGS=y
CONFIG_USE_BOOTCOMMAND=y
--
2.45.2
More information about the U-Boot
mailing list