[U-Boot] [PATCH 07/10] x86: Add a TODO to call board_init_f_mem()
Simon Glass
sjg at chromium.org
Thu Apr 16 03:14:06 CEST 2015
This C function should be used to do the early memory layout and init. For
now, add a TODO, as it involves some trickery.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
arch/x86/cpu/start.S | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/x86/cpu/start.S b/arch/x86/cpu/start.S
index 2e5f9da..82fdba7 100644
--- a/arch/x86/cpu/start.S
+++ b/arch/x86/cpu/start.S
@@ -132,6 +132,7 @@ car_init_ret:
andl $0xfffffff0, %esp
movl %esp, %ecx
+ /* TODO: Redo this code to call board_init_f_mem() */
#if defined(CONFIG_SYS_MALLOC_F_LEN)
subl $CONFIG_SYS_MALLOC_F_LEN, %esp
movl %eax, %edx
--
2.2.0.rc0.207.ga3a616c
More information about the U-Boot
mailing list