[U-Boot] [PATCH v2 05/14] ARM: uniphier: allow to disable CONFIG_MICRO_SUPPORT_CARD

Masahiro Yamada yamada.masahiro at socionext.com
Mon Sep 21 17:27:33 CEST 2015


Without this, build fails if CONFIG_MICRO_SUPPORT_CARD is disabled.

Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
---

 arch/arm/mach-uniphier/spl.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/mach-uniphier/spl.c b/arch/arm/mach-uniphier/spl.c
index f0df9b1..4c3cad3 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)
 {
 };
-- 
1.9.1



More information about the U-Boot mailing list