diff options
author | Stefan Reinauer <stepan@openbios.org> | 2003-09-29 11:36:01 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2003-09-29 11:36:01 +0000 |
commit | 02360d6672bd95b980f83f464dea4c624b8f8aa2 (patch) | |
tree | eb0475675f747c56dcc4b419cd705714bb4d55b3 /src | |
parent | 67a1cb3207faa75240e9c89c6fb6721993dc8c0d (diff) |
default is 256 not 512k
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1158 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/amd/solo/Config.lb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/solo/Config.lb b/src/mainboard/amd/solo/Config.lb index 6db6ba573f..c223f176e9 100644 --- a/src/mainboard/amd/solo/Config.lb +++ b/src/mainboard/amd/solo/Config.lb @@ -16,7 +16,7 @@ uses XIP_ROM_SIZE uses XIP_ROM_BASE ## ROM_SIZE is the size of boot ROM that this board will use. -default ROM_SIZE 524288 +default ROM_SIZE 262144 ### ### Build options |