diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2014-04-07 11:22:21 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2014-05-21 10:09:19 +0900 |
commit | b923d4615fea3c9f03cf685dc76b4f343ce5d7aa (patch) | |
tree | 69b8107c703ceaa26ee91501b7f9b1e8466ee4c8 /include | |
parent | e1ee37472b34c1df10d084677c1564fabfdeb5fb (diff) | |
download | u-boot-imx-b923d4615fea3c9f03cf685dc76b4f343ce5d7aa.zip u-boot-imx-b923d4615fea3c9f03cf685dc76b4f343ce5d7aa.tar.gz u-boot-imx-b923d4615fea3c9f03cf685dc76b4f343ce5d7aa.tar.bz2 |
arm: rmobile: lager: Remove define of SCIF register
The define of SCIF register was already defined in rcar-base.h.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/lager.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/lager.h b/include/configs/lager.h index ac31128..085fa77 100644 --- a/include/configs/lager.h +++ b/include/configs/lager.h @@ -82,7 +82,6 @@ /* SCIF */ #define CONFIG_SCIF_CONSOLE #define CONFIG_CONS_SCIF0 -#define SCIF0_BASE 0xe6e60000 #undef CONFIG_SYS_CONSOLE_INFO_QUIET #undef CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE #undef CONFIG_SYS_CONSOLE_ENV_OVERWRITE |