EmbeddedPkg: MmcDxe: move ECSD into CardInfo structure
Since ECSD also describes the information of card, move it into structure CardInfo. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org> Tested-by: Ryan Harkin <ryan.harkin@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
This commit is contained in:
committed by
Leif Lindholm
parent
3201075377
commit
36bec33a99
@@ -138,6 +138,7 @@ typedef struct {
|
||||
OCR OCRData;
|
||||
CID CIDData;
|
||||
CSD CSDData;
|
||||
UINT32 ECSD[128]; // MMC V4 extended card specific
|
||||
} CARD_INFO;
|
||||
|
||||
typedef struct _MMC_HOST_INSTANCE {
|
||||
|
Reference in New Issue
Block a user