Simon Glass 4d94dfa059 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>
2014-07-23 14:05:39 +01:00
..
2012-09-29 10:00:29 -07:00
2014-05-27 10:21:32 -04:00
2014-06-20 11:54:42 -06:00
2013-12-09 12:22:18 -07:00
2014-03-17 20:05:49 -06:00