_RAMBASE used by linuxbios_c.ld
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@890 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
5808bac568
commit
9cf8c2efdd
|
@ -234,7 +234,7 @@ end
|
||||||
define _RAMBASE
|
define _RAMBASE
|
||||||
default 0x00100000
|
default 0x00100000
|
||||||
format "0x%x"
|
format "0x%x"
|
||||||
export used
|
export always
|
||||||
comment "Base address of RAM"
|
comment "Base address of RAM"
|
||||||
end
|
end
|
||||||
define USE_CACHE_RAM
|
define USE_CACHE_RAM
|
||||||
|
|
Loading…
Reference in New Issue