diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2014-07-28 08:35:05 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2014-10-09 14:45:03 +0900 |
commit | cc45a610b6027b35444bad283f016491cee14bd2 (patch) | |
tree | 5f61ed6ba76e236e4e9faa9316bee15b93417167 /include/configs | |
parent | c252d64bdd2db80ee6894437c56fc31ceb5d7a7e (diff) | |
download | u-boot-imx-cc45a610b6027b35444bad283f016491cee14bd2.zip u-boot-imx-cc45a610b6027b35444bad283f016491cee14bd2.tar.gz u-boot-imx-cc45a610b6027b35444bad283f016491cee14bd2.tar.bz2 |
arm: rmobile: koelsch: Add CONFIG_SCIF_USE_EXT_CLK
SCIF of koelsch use external clock mode.
This enables external clock mode on koelsch board.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/koelsch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/koelsch.h b/include/configs/koelsch.h index 21667d1..e015e90 100644 --- a/include/configs/koelsch.h +++ b/include/configs/koelsch.h @@ -89,6 +89,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 |