]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
x86: kconfig: Make FSP_TEMP_RAM_ADDR depend on HAVE_FSP
authorBin Meng <bmeng.cn@gmail.com>
Mon, 1 Jun 2015 13:07:23 +0000 (21:07 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:48:16 +0000 (22:48 +0200)
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>
arch/x86/Kconfig

index ac1dc65441514715e34465e1b503771f53a33f36..3506ba2946b2feea29ce29963feba6ce2a4775af 100644 (file)
@@ -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