diff options
author | Stefan Reinauer <stepan@openbios.org> | 2005-01-19 14:14:10 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2005-01-19 14:14:10 +0000 |
commit | d06b7831866b8ff315e483eeff1b8bd5f93bab69 (patch) | |
tree | 81739a75a313e9b6f20be1dd45497bc6e169921e | |
parent | 3b809cb830617058a8a9ee7362417b276fae1345 (diff) |
make it bigger
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1889 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | targets/amd/solo/Config.lb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/targets/amd/solo/Config.lb b/targets/amd/solo/Config.lb index c831f76c81..00a681a472 100644 --- a/targets/amd/solo/Config.lb +++ b/targets/amd/solo/Config.lb @@ -7,14 +7,14 @@ mainboard amd/solo romimage "normal" option USE_FALLBACK_IMAGE=0 - option ROM_IMAGE_SIZE=0x10000 + option ROM_IMAGE_SIZE=0x14000 option LINUXBIOS_EXTRA_VERSION=".0-Normal" payload /usr/share/LinuxBIOS/tg3--ide_disk.zelf end romimage "fallback" option USE_FALLBACK_IMAGE=1 - option ROM_IMAGE_SIZE=0x10000 + option ROM_IMAGE_SIZE=0x14000 option LINUXBIOS_EXTRA_VERSION=".0-Fallback" payload /usr/share/LinuxBIOS/tg3--ide_disk.zelf end |