mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-09 12:13:00 -04:00
include/mmc.h: Fix typo in IS_SD() macro
Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
This commit is contained in:
parent
963f2f6117
commit
79b91de958
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
#define SD_DATA_4BIT 0x00040000
|
#define SD_DATA_4BIT 0x00040000
|
||||||
|
|
||||||
#define IS_SD(x) (mmc->version & SD_VERSION_SD)
|
#define IS_SD(x) (x->version & SD_VERSION_SD)
|
||||||
|
|
||||||
#define MMC_DATA_READ 1
|
#define MMC_DATA_READ 1
|
||||||
#define MMC_DATA_WRITE 2
|
#define MMC_DATA_WRITE 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user