diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2017-11-28 08:37:23 +0100 |
---|---|---|
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | 2017-11-30 02:34:21 +0100 |
commit | 76080d0c1568b78dc1949aa24246f1d8cdfeeb49 (patch) | |
tree | acfae7d6c8821584e5bbcc874a51b7851a6e83c1 /include/configs/salvator-x.h | |
parent | 61e2ff8e822d73e152cacf60130b86f88eccee6c (diff) |
ARM: rmobile: Remove SCIF configs
Since we use DM and DT, these SCIF configuration options are useless.
Remove them.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include/configs/salvator-x.h')
-rw-r--r-- | include/configs/salvator-x.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/salvator-x.h b/include/configs/salvator-x.h index 740e0517be..f59adb0aac 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 |