aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asus/p2b/Config.lb
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@coresystems.de>2009-08-19 13:40:20 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2009-08-19 13:40:20 +0000
commit7467664c09bf74abda63c2fb940196cb2dae1130 (patch)
treefe52e3fb9770c2baf113b553f47fb09e67bcda8e /src/mainboard/asus/p2b/Config.lb
parent69a031c4e1a85beba3f24ed27781f5fb3e2a642f (diff)
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/Config.lb')
-rw-r--r--src/mainboard/asus/p2b/Config.lb3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/asus/p2b/Config.lb b/src/mainboard/asus/p2b/Config.lb
index ef04497653..b91b3f87c6 100644
--- a/src/mainboard/asus/p2b/Config.lb
+++ b/src/mainboard/asus/p2b/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