diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2003-09-25 17:35:30 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2003-09-25 17:35:30 +0000 |
commit | 6e71aec6cda10636a692cde7f6e1156342614ca2 (patch) | |
tree | b52fb1e2ffbef8cac16e5b98b311bfe738e27fbb /src/mainboard/arima/hdama/Config.lb | |
parent | ca34c040e5b01d08a2eeb041e30f282b9b698145 (diff) |
no default rom size
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1134 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/arima/hdama/Config.lb')
-rw-r--r-- | src/mainboard/arima/hdama/Config.lb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/arima/hdama/Config.lb b/src/mainboard/arima/hdama/Config.lb index 824e43ff67..97882302ed 100644 --- a/src/mainboard/arima/hdama/Config.lb +++ b/src/mainboard/arima/hdama/Config.lb @@ -69,7 +69,7 @@ option MAINBOARD_VENDOR="ARIMA" ### ## ROM_SIZE is the size of boot ROM that this board will use. -option ROM_SIZE = 524288 +default ROM_SIZE = 524288 ## ROM_IMAGE_SIZE is the amount of space to allow linuxBIOS to occupy. option ROM_IMAGE_SIZE = 65536 |