mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
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 <heinrich.schuchardt@canonical.com>
Fixes: 64542f4616 ("x86: Make ROM_SIZE configurable in Kconfig")
Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
committed by
Tom Rini
parent
dc8f56e008
commit
70fd0c3bb7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user