diff mbox

[U-Boot] x86: kconfig: Make FSP_TEMP_RAM_ADDR depend on HAVE_FSP

Message ID BLU436-SMTP44B11B66DB4B7249DE9C0FBFB60@phx.gbl
State Accepted
Delegated to: Simon Glass
Headers show

Commit Message

Bin Meng June 1, 2015, 1:07 p.m. UTC
FSP_TEMP_RAM_ADDR should only be visible when HAVE_FSP is on.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
---

 arch/x86/Kconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Simon Glass June 4, 2015, 8:47 a.m. UTC | #1
On 1 June 2015 at 07:07, Bin Meng <bmeng.cn@gmail.com> wrote:
> FSP_TEMP_RAM_ADDR should only be visible when HAVE_FSP is on.
>
> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
> ---
>
>  arch/x86/Kconfig | 1 +
>  1 file changed, 1 insertion(+)

Acked-by: Simon Glass <sjg@chromium.org>
Simon Glass June 4, 2015, 3:15 p.m. UTC | #2
On 4 June 2015 at 02:47, Simon Glass <sjg@chromium.org> wrote:
> On 1 June 2015 at 07:07, Bin Meng <bmeng.cn@gmail.com> wrote:
>> FSP_TEMP_RAM_ADDR should only be visible when HAVE_FSP is on.
>>
>> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
>> ---
>>
>>  arch/x86/Kconfig | 1 +
>>  1 file changed, 1 insertion(+)
>
> Acked-by: Simon Glass <sjg@chromium.org>

Applied to u-boot-x86, thanks!
diff mbox

Patch

diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index ac1dc65..3506ba2 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