Browse Source

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>
Bin Meng 10 years ago
parent
commit
d04e30b839
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/x86/Kconfig

+ 1 - 0
arch/x86/Kconfig

@@ -220,6 +220,7 @@ config FSP_ADDR
 
 
 config FSP_TEMP_RAM_ADDR
 config FSP_TEMP_RAM_ADDR
 	hex
 	hex
+	depends on HAVE_FSP
 	default 0x2000000
 	default 0x2000000
 	help
 	help
 	  Stack top address which is used in FspInit after DRAM is ready and
 	  Stack top address which is used in FspInit after DRAM is ready and