[U-Boot] [PATCH 2/9] arm: rmobile: koelsch: Remove define of SCIF register

Nobuhiro Iwamatsu nobuhiro.iwamatsu.yj at renesas.com
Wed Apr 9 03:32:07 CEST 2014


The define of SCIF register was already defined in rcar-base.h.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj at renesas.com>
---
 include/configs/koelsch.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/configs/koelsch.h b/include/configs/koelsch.h
index 1a93d17..2e81d29 100644
--- a/include/configs/koelsch.h
+++ b/include/configs/koelsch.h
@@ -80,7 +80,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
-- 
1.8.5



More information about the U-Boot mailing list