[PATCH master 11/13] mci: am654-sdhci: drop dummy redefinition of MMC_CAP2_HS200/400
Ahmad Fatoum
a.fatoum at pengutronix.de
Mon Oct 14 04:39:10 PDT 2024
These symbols are defined in <mci.h> now, so we shouldn't redefine them
locally here with dummy zero values.
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
drivers/mci/am654-sdhci.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/mci/am654-sdhci.c b/drivers/mci/am654-sdhci.c
index 493fa73eeb50..9787642011fc 100644
--- a/drivers/mci/am654-sdhci.c
+++ b/drivers/mci/am654-sdhci.c
@@ -83,8 +83,6 @@
#define AM654_SDHCI_MIN_FREQ 400000
#define CLOCK_TOO_SLOW_HZ 50000000
-#define MMC_CAP2_HS200 0
-#define MMC_CAP2_HS400 0
#define MMC_CAP_UHS_SDR104 0
#define MMC_CAP_UHS_SDR12 0
#define MMC_CAP_UHS_DDR50 0
--
2.39.5
More information about the barebox
mailing list