Without this, build fails if CONFIG_MICRO_SUPPORT_CARD is disabled. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
@@ -13,6 +13,10 @@ void __weak bcu_init(void)
{
};
+void __weak sbc_init(void)
+{
+};
+
void __weak sg_init(void)