
10 Nov
2014
10 Nov
'14
1:24 a.m.
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@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