[PATCH 1/1] x86: there is no CONFIG_UBOOT_ROMSIZE_KB_12288

Tom Rini trini at konsulko.com
Wed Feb 25 16:52:42 CET 2026


On Wed, Feb 25, 2026 at 04:50:50PM +0100, Heinrich Schuchardt wrote:

> 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 at canonical.com>
> ---
>  arch/x86/Kconfig | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
> index 48b033e7e27..20896374810 100644
> --- a/arch/x86/Kconfig
> +++ b/arch/x86/Kconfig
> @@ -319,7 +319,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

Fixes: 64542f4616c4 ("x86: Make ROM_SIZE configurable in Kconfig")
Reviewed-by: Tom Rini <trini at konsulko.com>

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20260225/ecf89d82/attachment.sig>


More information about the U-Boot mailing list