remove fixed ROM_SIZE setting, add default to 256k
authorStefan Reinauer <stepan@openbios.org>
Fri, 26 Sep 2003 15:36:03 +0000 (15:36 +0000)
committerStefan Reinauer <stepan@openbios.org>
Fri, 26 Sep 2003 15:36:03 +0000 (15:36 +0000)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1147 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/mainboard/amd/solo/Config.lb

index 05b13fa7e983b4f968d0dc5e6af0b3eb6bc8d167..6db6ba573f3cab3a8c5460ac141968500831d700 100644 (file)
@@ -15,6 +15,9 @@ uses _ROMBASE
 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
+
 ###
 ### Build options
 ###
@@ -67,9 +70,6 @@ option MAINBOARD_VENDOR="AMD"
 ### 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.
 option ROM_IMAGE_SIZE = 65536