summaryrefslogtreecommitdiff
path: root/include/mmc.h
diff options
context:
space:
mode:
authorFaiz Abbas <faiz_abbas@ti.com>2020-02-26 13:44:32 +0530
committerPeng Fan <peng.fan@nxp.com>2020-03-09 08:33:16 +0800
commite8d5dde4473514327b5ea67fb69d8fdd8410240c (patch)
tree13b2315faae5646a332f82971fae15698bf53b61 /include/mmc.h
parentcb884347f4f902b605932da1d45d477d10c144e3 (diff)
mmc: Merge SD_LEGACY and MMC_LEGACY bus modes
MMC_LEGACY & SD_LEGACY are not differentiated timings in the spec and don't have any meaningful differences. Therefore, get rid of all references to SD_LEGACY and use MMC_LEGACY to mean both of them. Signed-off-by: Faiz Abbas <faiz_abbas@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'include/mmc.h')
-rw-r--r--include/mmc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mmc.h b/include/mmc.h
index be59ee742b..e83c22423b 100644
--- a/include/mmc.h
+++ b/include/mmc.h
@@ -545,7 +545,6 @@ struct sd_ssr {
enum bus_mode {
MMC_LEGACY,
- SD_LEGACY,
MMC_HS,
SD_HS,
MMC_HS_52,