Message ID | 20241113192358.35803-1-heinrich.schuchardt@canonical.com |
---|---|
State | Deferred |
Delegated to: | Marek Vasut |
Headers | show |
Series | [1/1] configs: disable UEFI on rcar3_salvator-x_defconfig | expand |
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
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@canonical.com> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> --- configs/rcar3_salvator-x_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)