summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-09-22 00:27:33 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2015-09-25 00:27:53 +0900
commitc8df23cf33571eda2cc22277a8f448e6221f8409 (patch)
tree9581969c09595ea2dfcf10f79cf1c7410163339c
parentd7728aa408b478f83ec7f39ad80abf1046d71e39 (diff)
downloadtalos-obmc-uboot-c8df23cf33571eda2cc22277a8f448e6221f8409.tar.gz
talos-obmc-uboot-c8df23cf33571eda2cc22277a8f448e6221f8409.zip
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 <yamada.masahiro@socionext.com>
-rw-r--r--arch/arm/mach-uniphier/spl.c4
1 files changed, 4 insertions, 0 deletions
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)
{
};
OpenPOWER on IntegriCloud