diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2003-09-25 17:34:56 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2003-09-25 17:34:56 +0000 |
commit | ca34c040e5b01d08a2eeb041e30f282b9b698145 (patch) | |
tree | be8d0f82a5d680a40073369877db4e6f663c036c /src | |
parent | 57cef6590b5d8ff6397639de4f016044aac45251 (diff) |
ROM_SIZE has no default now.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1133 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src')
-rw-r--r-- | src/config/Options.lb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index aae29108ea..286c3b9de9 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -194,7 +194,7 @@ define FALLBACK_SIZE comment "Default fallback image size" end define ROM_SIZE - default 262144 + default none format "0x%x" export used comment "Size of your ROM" |