[coreboot] [commit] r4940 - trunk/src/arch/i386

svn at coreboot.org svn at coreboot.org
Thu Nov 12 18:25:16 CET 2009


Author: oxygene
Date: 2009-11-12 18:25:16 +0100 (Thu, 12 Nov 2009)
New Revision: 4940

Modified:
   trunk/src/arch/i386/Kconfig
Log:
Adapt ROM_IMAGE_SIZE, too. ROMBASE should probably be defined
by ROM_IMAGE_SIZE (so ROM_IMAGE_SIZE + ROMBASE - 4GB == 0),
but that's for another patch.

Should fix the issues created by the bootblock cleanup patch.

Build tested on kontron/986lcd-m, trivial change.

Signed-off-by: Patrick Georgi <patrick.georgi at coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi at coresystems.de>


Modified: trunk/src/arch/i386/Kconfig
===================================================================
--- trunk/src/arch/i386/Kconfig	2009-11-12 16:38:03 UTC (rev 4939)
+++ trunk/src/arch/i386/Kconfig	2009-11-12 17:25:16 UTC (rev 4940)
@@ -24,12 +24,7 @@
 
 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





More information about the coreboot mailing list