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 | c252d64bdd2db80ee6894437c56fc31ceb5d7a7e (patch) | |
tree | a2a688cc11258e18f83b0c6427c81e45c7f0ce39 | |
parent | c33e4f11821420018e6d41fda8e554607d54e94f (diff) | |
download | u-boot-imx-c252d64bdd2db80ee6894437c56fc31ceb5d7a7e.zip u-boot-imx-c252d64bdd2db80ee6894437c56fc31ceb5d7a7e.tar.gz u-boot-imx-c252d64bdd2db80ee6894437c56fc31ceb5d7a7e.tar.bz2 |
arm: rmobile: lager: Add CONFIG_SCIF_USE_EXT_CLK
SCIF of lager use external clock mode.
This enables external clock mode on lager board.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
-rw-r--r-- | include/configs/lager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/lager.h b/include/configs/lager.h index 6bd1ce8..699135f 100644 --- a/include/configs/lager.h +++ b/include/configs/lager.h @@ -90,6 +90,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 |