Home
last modified time | relevance | path

Searched hist:"4 d94dfa0594260245813ea150e276908cc677199" (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/arch/sandbox/include/asm/
H A Dconfig.h4d94dfa0594260245813ea150e276908cc677199 Fri Jul 11 04:23:27 UTC 2014 Simon Glass <sjg@chromium.org> sandbox: Set up global data before board_init_f()

At present sandbox defines CONFIG_SYS_GENERIC_GLOBAL_DATA, meaning that
the global_data pointer is set up in board_init_f().

If we set up and zero the global data before calling board_init_f() then we
don't need to define CONFIG_SYS_GENERIC_GLOBAL_DATA.

Make this change to simplify the init process.

Signed-off-by: Simon Glass <sjg@chromium.org>
/rk3399_rockchip-uboot/arch/sandbox/cpu/
H A Dstart.c4d94dfa0594260245813ea150e276908cc677199 Fri Jul 11 04:23:27 UTC 2014 Simon Glass <sjg@chromium.org> sandbox: Set up global data before board_init_f()

At present sandbox defines CONFIG_SYS_GENERIC_GLOBAL_DATA, meaning that
the global_data pointer is set up in board_init_f().

If we set up and zero the global data before calling board_init_f() then we
don't need to define CONFIG_SYS_GENERIC_GLOBAL_DATA.

Make this change to simplify the init process.

Signed-off-by: Simon Glass <sjg@chromium.org>