summaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-08-20 06:40:20 -0700
committerSimon Glass <sjg@chromium.org>2015-08-26 07:54:11 -0700
commit48aa6c261492235c1e48c17a6604b71e032485e8 (patch)
treecd4488812d722ee464b613545fcf0cefd782e39e /arch/x86/Kconfig
parent57b10f59b7c6ff0d3827e39acb6c3e348adbc14a (diff)
downloadtalos-obmc-uboot-48aa6c261492235c1e48c17a6604b71e032485e8.tar.gz
talos-obmc-uboot-48aa6c261492235c1e48c17a6604b71e032485e8.zip
x86: fsp: Add comments about U-Boot entering start.S twice
Add some comments in start.S for the fact that with FSP U-Boot actually enters the code twice. Also change to use fsp_init() and fsp_continue for accuracy. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 687208fb30..273f08f52d 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -229,7 +229,7 @@ config FSP_TEMP_RAM_ADDR
depends on HAVE_FSP
default 0x2000000
help
- Stack top address which is used in FspInit after DRAM is ready and
+ Stack top address which is used in fsp_init() after DRAM is ready and
CAR is disabled.
config FSP_SYS_MALLOC_F_LEN
OpenPOWER on IntegriCloud