[U-Boot] [PATCH 20/23] ARM: rmobile: Remove SCIF configs
Marek Vasut
marek.vasut at gmail.com
Wed Nov 29 02:52:19 UTC 2017
Since we use DM and DT, these SCIF configuration options are useless.
Remove them.
Signed-off-by: Marek Vasut <marek.vasut+renesas at gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
---
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 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
diff --git a/include/configs/ulcb.h b/include/configs/ulcb.h
index c613c733f5..29f37c17d1 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.15.0
More information about the U-Boot
mailing list