[PATCH 1/8] configs: remove unused CONFIG_SYS_MMC_BASE defs

Harm Berntsen harm.berntsen at nedap.com
Thu Mar 25 14:47:48 CET 2021


These boards use an MMC driver that does not use this definition

Signed-off-by: Harm Berntsen <harm.berntsen at nedap.com>
CC: Stefan Roese <sr at denx.de>
CC: Dirk Eibach <dirk.eibach at gdsys.cc>
CC: Mario Six <mario.six at gdsys.cc>
CC: Dennis Gilmore <dgilmore at redhat.com>
---

 include/configs/clearfog.h        | 5 -----
 include/configs/controlcenterdc.h | 5 -----
 include/configs/db-88f6820-gp.h   | 5 -----
 include/configs/helios4.h         | 5 -----
 4 files changed, 20 deletions(-)

diff --git a/include/configs/clearfog.h b/include/configs/clearfog.h
index 5441da8c9c..c9852a72b9 100644
--- a/include/configs/clearfog.h
+++ b/include/configs/clearfog.h
@@ -19,11 +19,6 @@
  */
 #define CONFIG_SYS_TCLK                250000000       /* 250MHz */
 
-/*
- * SDIO/MMC Card Configuration
- */
-#define CONFIG_SYS_MMC_BASE            MVEBU_SDIO_BASE
-
 /* USB/EHCI configuration */
 #define CONFIG_EHCI_IS_TDI
 
diff --git a/include/configs/controlcenterdc.h b/include/configs/controlcenterdc.h
index f53d48d427..869b94bc9b 100644
--- a/include/configs/controlcenterdc.h
+++ b/include/configs/controlcenterdc.h
@@ -24,11 +24,6 @@
 
 #define CONFIG_LOADADDR                1000000
 
-/*
- * SDIO/MMC Card Configuration
- */
-#define CONFIG_SYS_MMC_BASE            MVEBU_SDIO_BASE
-
 /*
  * SATA/SCSI/AHCI configuration
  */
diff --git a/include/configs/db-88f6820-gp.h b/include/configs/db-88f6820-gp.h
index d4207be1d3..ed851bc670 100644
--- a/include/configs/db-88f6820-gp.h
+++ b/include/configs/db-88f6820-gp.h
@@ -19,11 +19,6 @@
 #define CONFIG_SYS_I2C_SLAVE           0x0
 #define CONFIG_SYS_I2C_SPEED           100000
 
-/*
- * SDIO/MMC Card Configuration
- */
-#define CONFIG_SYS_MMC_BASE            MVEBU_SDIO_BASE
-
 /*
  * SATA/SCSI/AHCI configuration
  */
diff --git a/include/configs/helios4.h b/include/configs/helios4.h
index 396870a67f..2cda05c85a 100644
--- a/include/configs/helios4.h
+++ b/include/configs/helios4.h
@@ -19,11 +19,6 @@
  */
 #define CONFIG_SYS_TCLK                250000000       /* 250MHz */
 
-/*
- * SDIO/MMC Card Configuration
- */
-#define CONFIG_SYS_MMC_BASE            MVEBU_SDIO_BASE
-
 /* USB/EHCI configuration */
 #define CONFIG_EHCI_IS_TDI
 



More information about the U-Boot mailing list