
16 Apr
2015
16 Apr
'15
3:14 a.m.
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@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