armv7/exynos5250/snow: deprecate CONFIG_{RAMBASE,RAMTOP}

RAMBASE and RAMTOP are leftovers from the x86 port and do not apply
the same way on ARM platforms. On x86 they refer to the low memory
region where coreboot tables reside.

However on ARM we don't have such a region which is architecturally
defined. So instead we'll use the CPU-defined DRAM base address and
the mainboard-defined DRAM size.

This also has the pleasant side-effect of fixing the coreboot tables
to not clobber ramstage code...

Change-Id: I5548ecf05e82f9d9ecec8548fabdd99cc1e39c3b
Signed-off-by: David Hendricks <dhendrix@chromium.org>
Reviewed-on: http://review.coreboot.org/2351
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
David Hendricks
2013-02-10 15:50:20 -08:00
committed by Ronald G. Minnich
parent a40435af84
commit 5d994634a2
3 changed files with 8 additions and 16 deletions

View File

@@ -90,11 +90,6 @@ config SYS_TEXT_BASE
hex "Executable code section"
default 0x43e00000
config RAMBASE
config COREBOOT_TABLES_SIZE
hex
default SYS_SDRAM_BASE
# according to stefan, this is RAMBASE + 1M.
config RAMTOP
hex
default 0x40100000
default 0x100000