]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cmd/disk.c
sf: bar: Clean BA24 Bank Address Register bit after read/write/erase operation
[people/ms/u-boot.git] / cmd / disk.c
index 92de3af8a5c0d6f5274f6923025c7559ec41f3b4..3d2a3d22045b76b0668c8ee59b6da047bfc0c3f8 100644 (file)
@@ -8,8 +8,6 @@
 #include <command.h>
 #include <part.h>
 
-#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[])
 {
@@ -130,4 +128,3 @@ int common_diskboot(cmd_tbl_t *cmdtp, const char *intf, int argc,
 
        return bootm_maybe_autostart(cmdtp, argv[0]);
 }
-#endif