diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2009-08-19 13:40:20 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2009-08-19 13:40:20 +0000 |
commit | 7467664c09bf74abda63c2fb940196cb2dae1130 (patch) | |
tree | fe52e3fb9770c2baf113b553f47fb09e67bcda8e /src/mainboard/asus/p2b-f/Config.lb | |
parent | 69a031c4e1a85beba3f24ed27781f5fb3e2a642f (diff) | |
download | coreboot-7467664c09bf74abda63c2fb940196cb2dae1130.tar.xz |
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 <patrick.georgi@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4554 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/asus/p2b-f/Config.lb')
-rw-r--r-- | src/mainboard/asus/p2b-f/Config.lb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/asus/p2b-f/Config.lb b/src/mainboard/asus/p2b-f/Config.lb index f6995beedf..d4a1e8600e 100644 --- a/src/mainboard/asus/p2b-f/Config.lb +++ b/src/mainboard/asus/p2b-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 |