diff options
author | Stefan Reinauer <stepan@openbios.org> | 2005-12-02 23:26:13 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2005-12-02 23:26:13 +0000 |
commit | 12142ada40529fe64d1289d927f07782c920b249 (patch) | |
tree | 9c927831cbe8ee6d060e4cd065d7eef4a4a072be /targets/amd/serenade/Config.lb | |
parent | 03d56cb18c2ba0965ee46ec20634c52bd7dffefa (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/amd/serenade/Config.lb')
-rw-r--r-- | targets/amd/serenade/Config.lb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/targets/amd/serenade/Config.lb b/targets/amd/serenade/Config.lb index 23ae75bd3e..b1d400c311 100644 --- a/targets/amd/serenade/Config.lb +++ b/targets/amd/serenade/Config.lb @@ -5,14 +5,14 @@ mainboard amd/serenade romimage "normal" option USE_FALLBACK_IMAGE=0 - option ROM_IMAGE_SIZE=0x10000 + option ROM_IMAGE_SIZE=0x20000 option LINUXBIOS_EXTRA_VERSION=".0-Normal" payload /home/ollie/work/filo-0.4.1/filo.elf end romimage "fallback" option USE_FALLBACK_IMAGE=1 - option ROM_IMAGE_SIZE=0x10000 + option ROM_IMAGE_SIZE=0x20000 option LINUXBIOS_EXTRA_VERSION=".0-Fallback" payload /home/ollie/work/filo-0.4.1/filo.elf end |