aboutsummaryrefslogtreecommitdiff
path: root/include/blk.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-08-11 19:34:55 -0600
committerTom Rini <trini@konsulko.com>2022-09-16 11:05:16 -0400
commit1dbe71fbb83891967cd4ce58118e008b03a90e73 (patch)
treeecd267ccfed4d9c3f2481ef232653501ec7502da /include/blk.h
parentf512388ed8fbea6e5aefa2950e4b9673706ebfbe (diff)
downloadu-boot-1dbe71fbb83891967cd4ce58118e008b03a90e73.zip
u-boot-1dbe71fbb83891967cd4ce58118e008b03a90e73.tar.gz
u-boot-1dbe71fbb83891967cd4ce58118e008b03a90e73.tar.bz2
blk: Drop IF_TYPE_SD
This is not really needed since it does the same things as MMC. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/blk.h')
-rw-r--r--include/blk.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/blk.h b/include/blk.h
index c7461f9..cc30e38 100644
--- a/include/blk.h
+++ b/include/blk.h
@@ -33,7 +33,6 @@ enum if_type {
IF_TYPE_SCSI,
IF_TYPE_USB,
IF_TYPE_MMC,
- IF_TYPE_SD,
IF_TYPE_SATA,
IF_TYPE_HOST,
IF_TYPE_NVME,