]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
x86: there is no CONFIG_UBOOT_ROMSIZE_KB_12288 master 902/head
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 25 Feb 2026 15:50:50 +0000 (16:50 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 14 Apr 2026 20:21:55 +0000 (14:21 -0600)
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 <heinrich.schuchardt@canonical.com>
Fixes: 64542f4616c4 ("x86: Make ROM_SIZE configurable in Kconfig")
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/x86/Kconfig

index 8bf5a300d1fb8e21b37e5b5d7b7ece89c8519b11..8f21b78dbe45e412e3a1338b9bbbd76583b7132a 100644 (file)
@@ -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 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
        default 0x1000000 if UBOOT_ROMSIZE_KB_16384
 
 config HAVE_INTEL_ME