remove fixed ROM_SIZE setting, add default to 256k
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1147 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
ef5f21807a
commit
737fe21ebd
|
@ -15,6 +15,9 @@ uses _ROMBASE
|
||||||
uses XIP_ROM_SIZE
|
uses XIP_ROM_SIZE
|
||||||
uses XIP_ROM_BASE
|
uses XIP_ROM_BASE
|
||||||
|
|
||||||
|
## ROM_SIZE is the size of boot ROM that this board will use.
|
||||||
|
default ROM_SIZE 524288
|
||||||
|
|
||||||
###
|
###
|
||||||
### Build options
|
### Build options
|
||||||
###
|
###
|
||||||
|
@ -67,9 +70,6 @@ option MAINBOARD_VENDOR="AMD"
|
||||||
### LinuxBIOS layout values
|
### LinuxBIOS layout values
|
||||||
###
|
###
|
||||||
|
|
||||||
## ROM_SIZE is the size of boot ROM that this board will use.
|
|
||||||
option ROM_SIZE = 262144
|
|
||||||
|
|
||||||
## ROM_IMAGE_SIZE is the amount of space to allow linuxBIOS to occupy.
|
## ROM_IMAGE_SIZE is the amount of space to allow linuxBIOS to occupy.
|
||||||
option ROM_IMAGE_SIZE = 65536
|
option ROM_IMAGE_SIZE = 65536
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue