]> git.ipfire.org Git - thirdparty/u-boot.git/commit
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)
commit70fd0c3bb7c26d42f24d10145dd5f3168ac92eac
treec69802371e8aeb067312eccbd77b257904160ac6
parentdc8f56e008744a40718291f94090fd0598cf325a
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: 64542f4616c4 ("x86: Make ROM_SIZE configurable in Kconfig")
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/x86/Kconfig