diff options
| author | Heinrich Schuchardt <[email protected]> | 2026-02-25 16:50:50 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-04-14 14:21:55 -0600 |
| commit | 70fd0c3bb7c26d42f24d10145dd5f3168ac92eac (patch) | |
| tree | c69802371e8aeb067312eccbd77b257904160ac6 | |
| parent | dc8f56e008744a40718291f94090fd0598cf325a (diff) | |
x86: there is no CONFIG_UBOOT_ROMSIZE_KB_12288
Remove the reference to the non-existent symbol. As ROMs typically
come as powers of two there seems no need for this value.
Signed-off-by: Heinrich Schuchardt <[email protected]>
Fixes: 64542f4616c4 ("x86: Make ROM_SIZE configurable in Kconfig")
Reviewed-by: Tom Rini <[email protected]>
| -rw-r--r-- | arch/x86/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 8bf5a300d1f..8f21b78dbe4 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -316,7 +316,6 @@ config ROM_SIZE default 0x200000 if UBOOT_ROMSIZE_KB_2048 default 0x400000 if UBOOT_ROMSIZE_KB_4096 default 0x800000 if UBOOT_ROMSIZE_KB_8192 - default 0xc00000 if UBOOT_ROMSIZE_KB_12288 default 0x1000000 if UBOOT_ROMSIZE_KB_16384 config HAVE_INTEL_ME |
