commit | 4cd15c6e67eafa62a2868113fe853af9098089c3 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Thu Feb 05 14:42:56 2015 +0900 |
committer | Masahiro Yamada <yamada.m@jp.panasonic.com> | Sat Feb 07 00:15:03 2015 +0900 |
tree | 1fcba214208310a766d0dc1e9e6a4241155a9091 | |
parent | 24ee11f5c1f5baf8c4356ca8307119183ad84027 [diff] |
ARM: UniPhier: revive support card info Since commit 0365ffcc0bd6 (generic-board: show model name in board_init_f() too), the support card information has not been displayed because check_support_card() is invoked only when show_board_info() fails to get the model name from Device Tree. This commit adds misc_init_f() function to call check_support_card() from there. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>