From 59ebc6e919b22595a0047d63d70db915f41ae871 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sat, 28 Sep 2013 20:39:21 -0700 Subject: tegra124: Add stack related config options to the Kconfig. Otherwise the stack ends up down at 0 and has 0 bytes. Change-Id: I0e3c80a0c5b0180d95819ab44829c2a0b527a54d Signed-off-by: Gabe Black Reviewed-on: https://chromium-review.googlesource.com/171015 Reviewed-by: Ronald Minnich Commit-Queue: Gabe Black Tested-by: Gabe Black (cherry picked from commit 3e69a477474697bcbc40762ec166e8a515d8b0c2) Signed-off-by: Isaac Christensen Reviewed-on: http://review.coreboot.org/6619 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/soc/nvidia/tegra124/Kconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/soc/nvidia/tegra124') diff --git a/src/soc/nvidia/tegra124/Kconfig b/src/soc/nvidia/tegra124/Kconfig index 5d8fd4c878..8a0dee4264 100644 --- a/src/soc/nvidia/tegra124/Kconfig +++ b/src/soc/nvidia/tegra124/Kconfig @@ -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 -- cgit v1.2.3