diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2014-12-09 16:20:04 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2015-02-25 13:13:01 +0900 |
commit | cf839572a7e8cd77cececa0c32746ed7c5b65a5b (patch) | |
tree | a5896eb3e2cc9fe7853afde5ae152c5ecb9b6570 /include/configs/lager.h | |
parent | 9d86e48e3f0e0b22bf056a2a6a79d4983541c75d (diff) | |
download | u-boot-imx-cf839572a7e8cd77cececa0c32746ed7c5b65a5b.zip u-boot-imx-cf839572a7e8cd77cececa0c32746ed7c5b65a5b.tar.gz u-boot-imx-cf839572a7e8cd77cececa0c32746ed7c5b65a5b.tar.bz2 |
arm: rmobile: lager: Migrate serial driver to drivers model
This adds drivers model support of serial port to Lager board,
and migrate serial port to drivers model.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include/configs/lager.h')
-rw-r--r-- | include/configs/lager.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/lager.h b/include/configs/lager.h index 291267f..1c96b8a 100644 --- a/include/configs/lager.h +++ b/include/configs/lager.h @@ -39,8 +39,6 @@ /* SCIF */ #define CONFIG_SCIF_CONSOLE -#define CONFIG_CONS_SCIF0 -#define CONFIG_SCIF_USE_EXT_CLK /* SPI */ #define CONFIG_SPI @@ -83,7 +81,6 @@ #define CONFIG_PLL1_DIV2_CLK_FREQ (CONFIG_PLL1_CLK_FREQ / 2) #define CONFIG_MP_CLK_FREQ (CONFIG_PLL1_DIV2_CLK_FREQ / 15) #define CONFIG_HP_CLK_FREQ (CONFIG_PLL1_CLK_FREQ / 12) -#define CONFIG_SH_SCIF_CLK_FREQ 14745600 /* External Clock */ #define CONFIG_SYS_TMU_CLK_DIV 4 |