summaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-06-01 21:07:23 +0800
committerSimon Glass <sjg@chromium.org>2015-06-04 03:03:17 -0600
commitd04e30b839f3a60b72fda7021eaf2f94b185d756 (patch)
tree43e8b75a3dd143b51588c7cdcf63754da9af32d6 /arch/x86/Kconfig
parent6c4247e98eb3b1bf7ec19b61915c803db5670ad0 (diff)
downloadtalos-obmc-uboot-d04e30b839f3a60b72fda7021eaf2f94b185d756.tar.gz
talos-obmc-uboot-d04e30b839f3a60b72fda7021eaf2f94b185d756.zip
x86: kconfig: Make FSP_TEMP_RAM_ADDR depend on HAVE_FSP
FSP_TEMP_RAM_ADDR should only be visible when HAVE_FSP is on. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index ac1dc65441..3506ba2946 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -220,6 +220,7 @@ config FSP_ADDR
config FSP_TEMP_RAM_ADDR
hex
+ depends on HAVE_FSP
default 0x2000000
help
Stack top address which is used in FspInit after DRAM is ready and
OpenPOWER on IntegriCloud