diff options
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/i386/Kconfig | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/arch/i386/Kconfig b/src/arch/i386/Kconfig index 9c3ed9f41d..c2f023f2b1 100644 --- a/src/arch/i386/Kconfig +++ b/src/arch/i386/Kconfig @@ -24,12 +24,7 @@ config ROMBASE config ROM_IMAGE_SIZE hex - default 0x400000 if COREBOOT_ROMSIZE_KB_4096 - default 0x200000 if COREBOOT_ROMSIZE_KB_2048 - default 0x100000 if COREBOOT_ROMSIZE_KB_1024 - default 0x80000 if COREBOOT_ROMSIZE_KB_512 - default 0x40000 if COREBOOT_ROMSIZE_KB_256 - default 0x20000 if COREBOOT_ROMSIZE_KB_128 + default 0x10000 config RAMBASE hex |