From 9aaa89115a67606fcb66eb354741043f7f2094bf Mon Sep 17 00:00:00 2001 From: Furquan Shaikh Date: Wed, 27 Aug 2014 22:16:34 -0700 Subject: [PATCH] t132: No need of the Kconfig variable for stacks With the latest changes to include stack storage within ramstage, we no longer need to define Kconfig options for ramstage/exception stacks in arm64. BUG=None BRANCH=None TEST=Compiles successfully and boots to kernel on ryu Change-Id: I93c23ac3fa9adab4eac3c739023cbae3e5135497 Signed-off-by: Furquan Shaikh Reviewed-on: https://chromium-review.googlesource.com/214607 Tested-by: Furquan Shaikh Reviewed-by: Aaron Durbin Commit-Queue: Furquan Shaikh --- src/soc/nvidia/tegra132/Kconfig | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/soc/nvidia/tegra132/Kconfig b/src/soc/nvidia/tegra132/Kconfig index 9e70d4a9c5..31c1ae8fd0 100644 --- a/src/soc/nvidia/tegra132/Kconfig +++ b/src/soc/nvidia/tegra132/Kconfig @@ -72,18 +72,6 @@ config ROMSTAGE_STACK_BOTTOM hex default 0x4001c000 -config RAMSTAGE_STACK_TOP - hex - default 0x80020000 - -config RAMSTAGE_STACK_BOTTOM - hex - default 0x8001c000 - -config EXCEPTION_STACK_TOP - hex - default 0x80010000 - config CBFS_CACHE_ADDRESS hex "memory address to put CBFS cache data" default 0x40006000