From: Masahiro Yamada Date: Mon, 21 Sep 2015 15:27:33 +0000 (+0900) Subject: ARM: uniphier: allow to disable CONFIG_MICRO_SUPPORT_CARD X-Git-Tag: v2015.10-rc4~22^2~10 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c8df23cf33571eda2cc22277a8f448e6221f8409;p=u-boot ARM: uniphier: allow to disable CONFIG_MICRO_SUPPORT_CARD Without this, build fails if CONFIG_MICRO_SUPPORT_CARD is disabled. Signed-off-by: Masahiro Yamada --- diff --git a/arch/arm/mach-uniphier/spl.c b/arch/arm/mach-uniphier/spl.c index f0df9b1e4e..4c3cad3b88 100644 --- a/arch/arm/mach-uniphier/spl.c +++ b/arch/arm/mach-uniphier/spl.c @@ -13,6 +13,10 @@ void __weak bcu_init(void) { }; +void __weak sbc_init(void) +{ +}; + void __weak sg_init(void) { };