Fix an error in the config files.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2302 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
49a89f19f2
commit
437f28ece9
|
@ -4,7 +4,8 @@
|
|||
target rumba
|
||||
mainboard amd/rumba
|
||||
|
||||
option ROM_SIZE=1024*256
|
||||
option ROM_SIZE=1024*128
|
||||
option FALLBACK_SIZE=ROM_SIZE
|
||||
#option FALLBACK_SIZE=65535
|
||||
|
||||
#romimage "normal"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue