diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2003-07-28 04:34:15 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2003-07-28 04:34:15 +0000 |
commit | b34e7c407727e4eadef9f6194c69412604f968ad (patch) | |
tree | a59c6c6496fe0031c8e06aa6c9769d38ccea8c6f /src | |
parent | aead5f2582d2609a5fed9f05bc41aff3ab6c9344 (diff) |
Fix for RAMBASE.
remove unused make.base.lb
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1045 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 5f2a9293b1..541592cf23 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -238,7 +238,7 @@ define HEAP_SIZE comment "Default heap size" end define _RAMBASE - default 0x00100000 + default 0x4000 format "0x%x" export always comment "Base address of RAM" |