[U-Boot] [PATCH] arm: rmobile: alt: Change clock of SCIF to external clock
Nobuhiro Iwamatsu
nobuhiro.iwamatsu.yj at renesas.com
Mon Nov 10 01:24:38 CET 2014
Change clock of SCIF for Alt board is used to external clock.
This changes to using external clock.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj at renesas.com>
---
include/configs/alt.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/alt.h b/include/configs/alt.h
index 67e41f8..c679be9 100644
--- a/include/configs/alt.h
+++ b/include/configs/alt.h
@@ -88,6 +88,7 @@
/* SCIF */
#define CONFIG_SCIF_CONSOLE
#define CONFIG_CONS_SCIF2
+#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.1.1
More information about the U-Boot
mailing list