ARM: uniphier: allow to disable CONFIG_MICRO_SUPPORT_CARD
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 21 Sep 2015 15:27:33 +0000 (00:27 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 24 Sep 2015 15:27:53 +0000 (00:27 +0900)
Without this, build fails if CONFIG_MICRO_SUPPORT_CARD is disabled.

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

index f0df9b1..4c3cad3 100644 (file)
@@ -13,6 +13,10 @@ void __weak bcu_init(void)
 {
 };
 
+void __weak sbc_init(void)
+{
+};
+
 void __weak sg_init(void)
 {
 };