Masahiro Yamada b291671232 ARM: uniphier: merge board init functions into board_init()
Currently, the UniPhier platform calls several init functions in the
following order:

  [1] spl_board_init()
  [2] board_early_init_f()
  [3] board_init()
  [4] board_early_init_r()
  [5] board_late_init()

The serial console is not ready at the point of [2], so we want to
avoid using [2] from the view point of debuggability.  Fortunately,
all of the initialization in [2] can be delayed until [3].  I see no
good reason to split into [3] and [4].  So, merge [2] through [4].

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2016-09-14 22:54:20 +09:00
..
2016-04-01 17:18:12 -04:00
2016-08-20 11:35:07 -04:00
2016-03-22 12:16:13 -04:00
2016-01-12 10:19:09 -07:00
2016-03-24 09:47:43 +01:00
2016-05-25 17:52:39 +02:00
2016-05-25 17:52:39 +02:00
2016-01-20 19:06:23 -07:00
2016-08-15 22:58:03 +02:00
2015-11-19 20:27:50 -07:00
2016-02-23 16:14:45 +05:30
2016-01-19 08:31:21 -05:00
2016-06-06 13:39:15 -04:00
2016-09-07 08:49:07 -04:00
2016-05-03 17:52:11 -05:00
2016-01-28 12:22:19 -06:00
2016-03-14 15:34:50 -06:00
2016-01-27 15:55:54 +01:00
2016-01-19 08:31:21 -05:00
2016-06-28 12:08:53 -07:00
2016-07-22 09:52:59 -04:00
2016-06-10 13:44:58 -07:00
2016-06-19 17:05:55 -06:00
2016-06-19 17:05:55 -06:00
2016-03-08 15:01:47 -05:00
2016-08-12 11:01:22 -06:00
2016-08-05 11:21:25 +09:00
2016-01-20 10:19:40 -05:00
2016-07-16 09:43:12 -04:00
2016-01-21 20:42:36 -07:00
2016-02-05 12:47:21 +08:00
2016-03-15 15:19:23 -04:00
2016-01-21 20:42:36 -07:00
2016-01-21 20:42:34 -07:00
2016-06-19 17:05:55 -06:00
2016-03-14 15:34:50 -06:00
2016-08-17 10:25:35 +09:00
2016-05-17 09:54:43 -06:00
2016-07-22 09:53:00 -04:00
2016-05-26 20:48:31 -06:00
2016-02-26 08:53:10 -07:00
2016-05-17 09:54:43 -06:00
2016-05-02 18:37:09 -04:00
2016-05-25 13:25:18 +09:00
2016-01-25 10:39:47 -05:00