tegra124: Pick addresses to load the rom and ram stages.

If these aren't set, the rom and ram stages will attempt to load at address
zero which doesn't work.

BUG=None
TEST=Built and booted into the bootblock on nyan. Verified that the rom and
ram stages had valid starting addresses.
BRANCH=None

Change-Id: I0b9b37d6363e6b208248d8a1af6ebee4db602486
Signed-off-by: Gabe Black <gabeblack@google.com>
Reviewed-on: https://chromium-review.googlesource.com/173540
Reviewed-by: Ronald Minnich <rminnich@chromium.org>
Tested-by: Ronald Minnich <rminnich@chromium.org>
Commit-Queue: Ronald Minnich <rminnich@chromium.org>
This commit is contained in:
Gabe Black 2013-10-16 23:50:58 -07:00 committed by chrome-internal-fetch
commit 6ac5cea39d

View file

@ -47,6 +47,14 @@ config BOOTBLOCK_BASE
hex
default 0x80000000
config ROMSTAGE_BASE
hex
default 0x80100000
config RAMSTAGE_BASE
hex
default 0x80200000
config STACK_TOP
hex
default 0x80400000