Files
u-boot/include
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-08-20 11:35:07 -04:00
2016-08-15 22:58:03 +02:00
2016-09-07 08:49:07 -04:00
2016-07-22 09:52:59 -04:00
2016-08-12 11:01:22 -06:00
2016-08-05 11:21:25 +09:00
2016-08-17 10:25:35 +09:00
2016-07-22 09:53:00 -04:00