mirror of
https://xff.cz/git/u-boot/
synced 2025-09-22 02:52:13 +02:00
mmc: add MMC_VERSION_5_1
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
This commit is contained in:
@@ -1227,6 +1227,9 @@ static int mmc_startup(struct mmc *mmc)
|
||||
case 7:
|
||||
mmc->version = MMC_VERSION_5_0;
|
||||
break;
|
||||
case 8:
|
||||
mmc->version = MMC_VERSION_5_1;
|
||||
break;
|
||||
}
|
||||
|
||||
/* The partition data may be non-zero but it is only
|
||||
|
Reference in New Issue
Block a user