From: Tom Rini Date: Wed, 10 Sep 2025 21:25:08 +0000 (-0600) Subject: configs: Resync with savedefconfig X-Git-Tag: v2025.10-rc5~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=000fbc7ae5c46861cf377a50421f0239232ee73d;p=thirdparty%2Fu-boot.git configs: Resync with savedefconfig Resync all defconfig files using qconfig.py Signed-off-by: Tom Rini --- diff --git a/configs/coreboot_defconfig b/configs/coreboot_defconfig index 033746e4f91..b49fc80167b 100644 --- a/configs/coreboot_defconfig +++ b/configs/coreboot_defconfig @@ -7,6 +7,7 @@ CONFIG_DEFAULT_DEVICE_TREE="coreboot" CONFIG_PRE_CON_BUF_ADDR=0x100000 CONFIG_VENDOR_COREBOOT=y CONFIG_TARGET_COREBOOT=y +CONFIG_X86_LOAD_FROM_32_BIT=y CONFIG_SYS_MONITOR_BASE=0x01110000 CONFIG_FIT=y CONFIG_FIT_SIGNATURE=y @@ -66,4 +67,3 @@ CONFIG_CONSOLE_SCROLL_LINES=5 CONFIG_CMD_DHRYSTONE=y # CONFIG_GZIP is not set CONFIG_SMBIOS_PARSER=y -CONFIG_X86_LOAD_FROM_32_BIT=y