From 76080d0c1568b78dc1949aa24246f1d8cdfeeb49 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Tue, 28 Nov 2017 08:37:23 +0100 Subject: [PATCH] ARM: rmobile: Remove SCIF configs Since we use DM and DT, these SCIF configuration options are useless. Remove them. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- include/configs/salvator-x.h | 7 ------- include/configs/ulcb.h | 7 ------- 2 files changed, 14 deletions(-) diff --git a/include/configs/salvator-x.h b/include/configs/salvator-x.h index 740e051..f59adb0 100644 --- a/include/configs/salvator-x.h +++ b/include/configs/salvator-x.h @@ -14,13 +14,6 @@ #include "rcar-gen3-common.h" -/* SCIF */ -#define CONFIG_CONS_SCIF2 -#define CONFIG_CONS_INDEX 2 - -/* [A] Hyper Flash */ -/* use to RPC(SPI Multi I/O Bus Controller) */ - /* Ethernet RAVB */ #define CONFIG_BITBANGMII #define CONFIG_BITBANGMII_MULTI diff --git a/include/configs/ulcb.h b/include/configs/ulcb.h index c613c73..29f37c1 100644 --- a/include/configs/ulcb.h +++ b/include/configs/ulcb.h @@ -14,13 +14,6 @@ #include "rcar-gen3-common.h" -/* SCIF */ -#define CONFIG_CONS_SCIF2 -#define CONFIG_CONS_INDEX 2 - -/* [A] Hyper Flash */ -/* use to RPC(SPI Multi I/O Bus Controller) */ - /* Ethernet RAVB */ #define CONFIG_BITBANGMII #define CONFIG_BITBANGMII_MULTI -- 2.7.4