Files
u-boot-tk1-som/arch/arm/include/asm
Simon Glass aae2aef9c8 arm: Set up global data before board_init_f()
At present arm defines CONFIG_SYS_GENERIC_GLOBAL_DATA, meaning that
the global_data pointer is set up in board_init_f(). However it is
actually set up before this, it just isn't zeroed.

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

Make this change (on arm32 only) to simplify the init process. I
don't have the ability to test aarch64 yet.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Tom Rini <trini@ti.com>
2014-08-04 05:23:59 -06:00
..
2014-07-18 19:42:25 +01:00
2014-07-03 08:40:48 +02:00
2014-07-28 17:19:52 +02:00
2014-07-04 19:57:22 +02:00
2014-04-08 00:15:12 +02:00
2014-07-22 16:25:54 -07:00
2012-05-15 08:31:26 +02:00
2013-04-12 07:55:08 +02:00
2014-01-09 16:08:44 +01:00
2014-02-11 11:24:12 +01:00
2014-07-03 08:40:51 +02:00
2014-01-09 16:08:44 +01:00
2014-01-09 16:08:44 +01:00