]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitc8e95af301188f6236016261fbec5e8dca7eddb4
treeae8f8cee539cad8cd4fbd43c2df29e8ab2f5b127
parent92762ec8a8e309dab9b38e424ed5678e4e21b5ac
ARM: uniphier: print Support Card info very late

Since commit 1f598aef11d5 ("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