diff options
author | Tom Rini <trini@konsulko.com> | 2025-09-10 15:25:08 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-09-10 15:25:09 -0600 |
commit | 000fbc7ae5c46861cf377a50421f0239232ee73d (patch) | |
tree | f6d70f0201c96dd56901c7c109454eb243c0ee1c | |
parent | 2083378ff0f096789dcc84a3e5b57891e053421c (diff) |
configs: Resync with savedefconfig
Resync all defconfig files using qconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r-- | configs/coreboot_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |