From 7467664c09bf74abda63c2fb940196cb2dae1130 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Wed, 19 Aug 2009 13:40:20 +0000 Subject: Reduce size of the romstage on various boards that fail to build on QA. This eliminates 56kb of padding in the bootblock. Signed-off-by: Patrick Georgi Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4554 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/asus/p3b-f/Config.lb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mainboard/asus/p3b-f/Config.lb') diff --git a/src/mainboard/asus/p3b-f/Config.lb b/src/mainboard/asus/p3b-f/Config.lb index 67b4b39627..61d715bc44 100644 --- a/src/mainboard/asus/p3b-f/Config.lb +++ b/src/mainboard/asus/p3b-f/Config.lb @@ -19,8 +19,9 @@ ## ## CONFIG_XIP_ROM_SIZE must be a power of 2. -default CONFIG_XIP_ROM_SIZE = 64 * 1024 +default CONFIG_XIP_ROM_SIZE = 128 * 1024 include /config/nofailovercalculation.lb +default CONFIG_XIP_ROM_BASE = 0xffffffff - CONFIG_XIP_ROM_SIZE + 1 arch i386 end driver mainboard.o -- cgit v1.2.3