]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cmd/disk.c
dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI
[people/ms/u-boot.git] / cmd / disk.c
index 2fd1717e6a44680107f2c242ab29855a9baaad41..fcc412312719b755eef21e780345b80932175127 100644 (file)
@@ -8,7 +8,7 @@
 #include <command.h>
 #include <part.h>
 
-#if defined(CONFIG_CMD_IDE) || defined(CONFIG_CMD_SCSI) || \
+#if defined(CONFIG_CMD_IDE) || defined(CONFIG_SCSI) || \
        defined(CONFIG_USB_STORAGE)
 int common_diskboot(cmd_tbl_t *cmdtp, const char *intf, int argc,
                    char *const argv[])