ARM: uniphier: print Support Card info very late
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 20 Feb 2017 08:32:19 +0000 (17:32 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 22 Feb 2017 23:37:56 +0000 (08:37 +0900)
commit6fc849148a677370c197e152b267dac2d3dbbdfc
treeae8f8cee539cad8cd4fbd43c2df29e8ab2f5b127
parent87c3308cbf969f2370a647c6beea26898f0767f8
ARM: uniphier: print Support Card info very late

Since commit 26b09c022ab6 ("ARM: uniphier: move SBC and Support Card
init code to U-Boot proper"), the System Bus is initialized by
board_init().  The show_board_info() is called from board_init_f()
by default, so the revision register of the Micro Support Card may
not be accessed at this point.  Show its revision after the System
Bus is initialized.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/mach-uniphier/micro-support-card.c