diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2006-05-09 05:25:31 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2006-05-09 05:25:31 +0000 |
commit | 437f28ece937933d10f853e30227021f89c5b5ea (patch) | |
tree | cebf5e1ed1cd7a608d873ba14fe236d527cdf8bf /targets/olpc/rev_a | |
parent | 49a89f19f269dc9bc0192f6aeba918a476e097cb (diff) |
Fix an error in the config files.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2302 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/olpc/rev_a')
-rw-r--r-- | targets/olpc/rev_a/Config.lb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/targets/olpc/rev_a/Config.lb b/targets/olpc/rev_a/Config.lb index 3d68559a45..da546808ff 100644 --- a/targets/olpc/rev_a/Config.lb +++ b/targets/olpc/rev_a/Config.lb @@ -3,8 +3,8 @@ target rev_a mainboard olpc/rev_a -option ROM_SIZE=1024*256 - +option ROM_SIZE=1024*128 +option FALLBACK_SIZE=ROM_SIZE #romimage "normal" # option USE_FALLBACK_IMAGE=0 # option ROM_IMAGE_SIZE=0x10000 |