mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
mmc: add MMC_VERSION_5_1
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
This commit is contained in:
parent
333463d669
commit
1a3619cf82
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue