summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2014-12-09 16:20:04 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2015-02-25 13:13:01 +0900
commitcf839572a7e8cd77cececa0c32746ed7c5b65a5b (patch)
treea5896eb3e2cc9fe7853afde5ae152c5ecb9b6570 /include
parent9d86e48e3f0e0b22bf056a2a6a79d4983541c75d (diff)
downloadtalos-obmc-uboot-cf839572a7e8cd77cececa0c32746ed7c5b65a5b.tar.gz
talos-obmc-uboot-cf839572a7e8cd77cececa0c32746ed7c5b65a5b.zip
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')
-rw-r--r--include/configs/lager.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/lager.h b/include/configs/lager.h
index 291267f0f0..1c96b8ac09 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
OpenPOWER on IntegriCloud