diff options
author | Greg Watson <jarrah@users.sourceforge.net> | 2003-06-23 05:00:08 +0000 |
---|---|---|
committer | Greg Watson <jarrah@users.sourceforge.net> | 2003-06-23 05:00:08 +0000 |
commit | 9cf8c2efdde3e98e685c698933ae6b585492cca3 (patch) | |
tree | f07fb01ef5347c40ee06e525eef69ca3ac513964 /src | |
parent | 5808bac56843a81fe613217e8e5f8f884eab3d65 (diff) | |
download | coreboot-9cf8c2efdde3e98e685c698933ae6b585492cca3.tar.xz |
_RAMBASE used by linuxbios_c.ld
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@890 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 6e7e490d44..7cff4530a7 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -234,7 +234,7 @@ end define _RAMBASE default 0x00100000 format "0x%x" - export used + export always comment "Base address of RAM" end define USE_CACHE_RAM |