fix default
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1292 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
370845147f
commit
7c48c5bb1d
|
@ -17,7 +17,7 @@ uses XIP_ROM_BASE
|
||||||
uses HAVE_MP_TABLE
|
uses HAVE_MP_TABLE
|
||||||
|
|
||||||
## ROM_SIZE is the size of boot ROM that this board will use.
|
## ROM_SIZE is the size of boot ROM that this board will use.
|
||||||
default ROM_SIZE 256*1024
|
default ROM_SIZE = 256*1024
|
||||||
|
|
||||||
###
|
###
|
||||||
### Build options
|
### Build options
|
||||||
|
|
Loading…
Reference in New Issue