From: Bin Meng Date: Mon, 1 Jun 2015 13:07:23 +0000 (+0800) Subject: x86: kconfig: Make FSP_TEMP_RAM_ADDR depend on HAVE_FSP X-Git-Tag: v2015.07-rc2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d04e30b839f3a60b72fda7021eaf2f94b185d756;p=pandora-u-boot.git 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 Acked-by: Simon Glass --- diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index ac1dc654415..3506ba2946b 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