mirror of
https://xff.cz/git/u-boot/
synced 2025-11-01 19:05:51 +01:00
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>
This commit is contained in:
@@ -392,7 +392,6 @@ static void omap_hsmmc_set_timing(struct mmc *mmc)
|
||||
break;
|
||||
case MMC_LEGACY:
|
||||
case MMC_HS:
|
||||
case SD_LEGACY:
|
||||
case UHS_SDR12:
|
||||
val |= AC12_UHSMC_SDR12;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user