Hans de Goede b56f6e2b4e sunxi: Restore lowlevel_init usage
2 recent sunxi changes have removed the usage of lowlevel_init by moving some
code around and then setting CONFIG_SKIP_LOWLEVEL_INIT.
This is problematic for 2 reasons:

1) It does not just stop s_init from being called, it also stops
cpu_init_cp15 from getting called, which is undesirable.

2) We want u-boot.bin to be usable standalone, without SPL, some people e.g.
use an upstream u-boot.bin together with Allwinner's boot0 loader. So
u-boot.bin must (re)initialize the gpios, timer, etc.

This commit restores the lowlevel_init / s_init usage, while keeping the
changes to no longer use the global-data (gd) struct in the SPL.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2015-01-21 10:46:28 -05:00
..
2014-12-11 13:18:43 -07:00
2014-07-30 08:48:03 -04:00
2015-01-05 15:13:46 -05:00
2014-07-18 19:42:16 +01:00
2015-01-14 11:35:43 -05:00
2014-02-04 16:32:20 +01:00
2014-02-21 08:42:47 -05:00
2014-11-21 08:13:17 +01:00
2014-05-27 10:21:32 -04:00
2014-06-21 10:06:58 -06:00
2014-10-06 17:34:40 +02:00
2014-10-25 15:27:36 -04:00
2014-11-19 08:48:41 +01:00
2014-12-05 08:06:15 -08:00
2014-11-19 08:48:42 +01:00
2014-06-19 11:18:55 -04:00
2014-12-11 13:18:43 -07:00
2014-12-11 13:18:42 -07:00
2013-09-24 09:10:33 -04:00
2014-10-25 15:27:37 -04:00
2015-01-14 11:37:39 -05:00
2014-05-28 10:58:19 +09:00
2014-06-20 11:54:29 -06:00
2014-10-22 16:56:41 -06:00
2013-09-20 10:30:54 -04:00
2014-05-30 14:03:24 -04:00
2013-11-09 17:21:01 +01:00
2015-01-06 10:10:04 +02:00
2015-01-05 12:08:55 -05:00
2014-11-24 12:00:00 +01:00
2014-10-22 10:36:50 -06:00
2014-12-13 15:08:04 -07:00
2013-12-04 08:11:28 -05:00
2014-12-31 19:10:13 +01:00
2015-01-18 12:31:36 +01:00
2014-11-25 06:34:15 -07:00