]> git.sur5r.net Git - u-boot/commitdiff
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 f0df9b1e4e897b629edbc8e7d4d70c7e5b182f0d..4c3cad3b88baf0fd40a7ca5f0d88175eae138760 100644 (file)
@@ -13,6 +13,10 @@ void __weak bcu_init(void)
 {
 };
 
+void __weak sbc_init(void)
+{
+};
+
 void __weak sg_init(void)
 {
 };