commit | df0c0b213e7b4ec18b6f367fca24edf04b052e1a | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Feb 20 17:32:19 2017 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Feb 23 08:37:56 2017 +0900 |
tree | ae8f8cee539cad8cd4fbd43c2df29e8ab2f5b127 | |
parent | b14071d80e7be72884dcd23d175ad04660c3b217 [diff] |
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>