Fix for RAMBASE.
remove unused make.base.lb git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1045 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
aead5f2582
commit
b34e7c4077
|
@ -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"
|
||||
|
|
|
@ -146,7 +146,7 @@ option FALLBACK_SIZE=0x100000
|
|||
##option XIP_ROM_BASE=0xffff8000
|
||||
|
||||
## We don't use compressed image
|
||||
option CONFIG_COMPRESS=0
|
||||
option CONFIG_COMPRESS=1
|
||||
|
||||
option USE_ELF_BOOT=1
|
||||
|
||||
|
|
Loading…
Reference in New Issue