summaryrefslogtreecommitdiff
path: root/arch/arm/mach-rmobile/include/mach/rcar-gen3-base.h
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@gmail.com>2017-11-25 21:15:36 +0100
committerMarek Vasut <marek.vasut+renesas@gmail.com>2017-11-30 02:34:20 +0100
commitd4bde6fa18a8d6587483df3eb3a98b9dd6b08931 (patch)
tree925a3414605404d3c03ba22e3539aa0d66e2a053 /arch/arm/mach-rmobile/include/mach/rcar-gen3-base.h
parentfab5c41b8e5e9cd2db03a58919463dcbe5244e20 (diff)
downloadu-boot-d4bde6fa18a8d6587483df3eb3a98b9dd6b08931.tar.gz
ARM: rmobile: Drop SDHI address macros from Gen3
Since the RCar Gen3 no longer uses the SH SDHI driver, but rather uses the Matsushita SD driver, which loads all the properties from device tree, these macros are no longer used, remove them. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch/arm/mach-rmobile/include/mach/rcar-gen3-base.h')
-rw-r--r--arch/arm/mach-rmobile/include/mach/rcar-gen3-base.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-rmobile/include/mach/rcar-gen3-base.h b/arch/arm/mach-rmobile/include/mach/rcar-gen3-base.h
index 39726355e6..507859342c 100644
--- a/arch/arm/mach-rmobile/include/mach/rcar-gen3-base.h
+++ b/arch/arm/mach-rmobile/include/mach/rcar-gen3-base.h
@@ -68,12 +68,6 @@
#define SMSTPCR10 0xE6150998
#define SMSTPCR11 0xE615099C
-/* SDHI */
-#define CONFIG_SYS_SH_SDHI0_BASE 0xEE100000
-#define CONFIG_SYS_SH_SDHI1_BASE 0xEE120000
-#define CONFIG_SYS_SH_SDHI2_BASE 0xEE140000
-#define CONFIG_SYS_SH_SDHI3_BASE 0xEE160000
-
/* PFC */
#define PFC_PUEN5 0xE6060414
#define PUEN_SSI_SDATA4 BIT(17)