summaryrefslogtreecommitdiffstats
path: root/include/configs/uniphier.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2015-02-05 14:42:56 +0900
committerMasahiro Yamada <yamada.m@jp.panasonic.com>2015-02-07 00:15:03 +0900
commit08fda258ee127db50f76d6600cc6bf2268e0a178 (patch)
tree1fcba214208310a766d0dc1e9e6a4241155a9091 /include/configs/uniphier.h
parent35adfc4d259e7985abaffa32cb9578640d09225c (diff)
downloadblackbird-obmc-uboot-08fda258ee127db50f76d6600cc6bf2268e0a178.tar.gz
blackbird-obmc-uboot-08fda258ee127db50f76d6600cc6bf2268e0a178.zip
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>
Diffstat (limited to 'include/configs/uniphier.h')
-rw-r--r--include/configs/uniphier.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h
index 12290ebec6..9420e6b48b 100644
--- a/include/configs/uniphier.h
+++ b/include/configs/uniphier.h
@@ -95,6 +95,7 @@
#define CONFIG_DISPLAY_CPUINFO
#define CONFIG_DISPLAY_BOARDINFO
+#define CONFIG_MISC_INIT_F
#define CONFIG_BOARD_EARLY_INIT_F
#define CONFIG_BOARD_EARLY_INIT_R
#define CONFIG_BOARD_LATE_INIT
OpenPOWER on IntegriCloud