projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c4247e
)
x86: kconfig: Make FSP_TEMP_RAM_ADDR depend on HAVE_FSP
author
Bin Meng
<bmeng.cn@gmail.com>
Mon, 1 Jun 2015 13:07:23 +0000
(21:07 +0800)
committer
Simon Glass
<sjg@chromium.org>
Thu, 4 Jun 2015 09:03:17 +0000
(
03:03
-0600)
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
patch
|
blob
|
history
diff --git
a/arch/x86/Kconfig
b/arch/x86/Kconfig
index ac1dc65441514715e34465e1b503771f53a33f36..3506ba2946b2feea29ce29963feba6ce2a4775af 100644
(file)
--- 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