aboutsummaryrefslogtreecommitdiff
path: root/targets/newisys
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@openbios.org>2005-12-02 23:26:13 +0000
committerStefan Reinauer <stepan@openbios.org>2005-12-02 23:26:13 +0000
commit12142ada40529fe64d1289d927f07782c920b249 (patch)
tree9c927831cbe8ee6d060e4cd065d7eef4a4a072be /targets/newisys
parent03d56cb18c2ba0965ee46ec20634c52bd7dffefa (diff)
1201_ht_bus0_dev0_fidvid_mb.diff - part 3
issue 41 - fix up motherboard compilation target configuration files. Who wants to do some major cleanup here some time? The fixed/relative paths in payloads are nasty. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2122 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/newisys')
-rw-r--r--targets/newisys/khepri/Config.lb4
1 files changed, 2 insertions, 2 deletions
diff --git a/targets/newisys/khepri/Config.lb b/targets/newisys/khepri/Config.lb
index c8d2949406..d56fb74d4e 100644
--- a/targets/newisys/khepri/Config.lb
+++ b/targets/newisys/khepri/Config.lb
@@ -30,14 +30,14 @@ option _RAMBASE=0x00004000
romimage "normal"
option USE_FALLBACK_IMAGE=0
- option ROM_IMAGE_SIZE=0x10000
+ option ROM_IMAGE_SIZE=0x20000
option LINUXBIOS_EXTRA_VERSION="-Khepri-Normal"
payload ../../../payloads/tg3--ide_disk.zelf
end
romimage "fallback"
option USE_FALLBACK_IMAGE=1
- option ROM_IMAGE_SIZE=0x10000
+ option ROM_IMAGE_SIZE=0x20000
option LINUXBIOS_EXTRA_VERSION="-Khepri-Fallback"
payload ../../../payloads/tg3--ide_disk.zelf
end