tegra124: Add stack related config options to the Kconfig.

Otherwise the stack ends up down at 0 and has 0 bytes.

BUG=None
TEST=Built for nyan with this and other changes and saw that the stack was set
up properly and that C code could run.
BRANCH=None

Change-Id: I0e3c80a0c5b0180d95819ab44829c2a0b527a54d
Signed-off-by: Gabe Black <gabeblack@google.com>
Reviewed-on: https://chromium-review.googlesource.com/171015
Reviewed-by: Ronald Minnich <rminnich@chromium.org>
Commit-Queue: Gabe Black <gabeblack@chromium.org>
Tested-by: Gabe Black <gabeblack@chromium.org>
This commit is contained in:
Gabe Black 2013-09-28 20:39:21 -07:00 committed by chrome-internal-fetch
commit 3e69a47747

View file

@ -39,4 +39,16 @@ config BOOTBLOCK_BASE
hex
default 0x80000000
config STACK_TOP
hex
default 0x80400000
config STACK_BOTTOM
hex
default 0x803f8000
config STACK_SIZE
hex
default 0x800
endif