From 7e92ff343eed84f068070224bd94839de4e931c3 Mon Sep 17 00:00:00 2001 From: Cristi Magherusan Date: Mon, 17 Aug 2009 14:33:03 +0000 Subject: Add 4MB ROM image size to Kconfig Signed-off-by: Cristi Magherusan Acked-by: Patrick Georgi git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4544 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/arch/i386/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/arch') diff --git a/src/arch/i386/Kconfig b/src/arch/i386/Kconfig index ce36f55e92..54e4560972 100644 --- a/src/arch/i386/Kconfig +++ b/src/arch/i386/Kconfig @@ -13,6 +13,7 @@ config ARCH config ROMBASE hex + default 0xffc00000 if COREBOOT_ROMSIZE_KB_4096 default 0xffe00000 if COREBOOT_ROMSIZE_KB_2048 default 0xfff00000 if COREBOOT_ROMSIZE_KB_1024 default 0xfff80000 if COREBOOT_ROMSIZE_KB_512 @@ -25,6 +26,7 @@ config PAYLOAD_SIZE config ROM_PAYLOAD_START hex + default 0xffc00000 if COREBOOT_ROMSIZE_KB_4096 default 0xffe00000 if COREBOOT_ROMSIZE_KB_2048 default 0xfff00000 if COREBOOT_ROMSIZE_KB_1024 default 0xfff80000 if COREBOOT_ROMSIZE_KB_512 @@ -33,6 +35,7 @@ config ROM_PAYLOAD_START 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 -- cgit v1.2.3