Skip to content
Snippets Groups Projects
Commit 4d94dfa0 authored by Simon Glass's avatar Simon Glass
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
parent d93041a4
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment