[U-Boot] [PATCH 1/2] arm: rmobile: lager: Add CONFIG_SCIF_USE_EXT_CLK
Nobuhiro Iwamatsu
nobuhiro.iwamatsu.yj at renesas.com
Mon Jul 28 08:10:13 CEST 2014
SCIF of lager use external clock mode.
This enables external clock mode on lager board.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj at renesas.com>
---
include/configs/lager.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/lager.h b/include/configs/lager.h
index 5f5d107..f79475d 100644
--- a/include/configs/lager.h
+++ b/include/configs/lager.h
@@ -91,6 +91,7 @@
/* SCIF */
#define CONFIG_SCIF_CONSOLE
#define CONFIG_CONS_SCIF0
+#define CONFIG_SCIF_USE_EXT_CLK
#undef CONFIG_SYS_CONSOLE_INFO_QUIET
#undef CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE
#undef CONFIG_SYS_CONSOLE_ENV_OVERWRITE
--
2.0.0
More information about the U-Boot
mailing list