ums: remove UMS_{NUM,START}_SECTORS + UMS_START_SECTOR
[oweals/u-boot.git] / include / usb_mass_storage.h
index e3eb1ebb2e47bf47d6b00188508cc424a8b2c181..2b959ec057e49b75b1ed7b43a5a5f9f37b569f06 100644 (file)
 #include <part.h>
 #include <linux/usb/composite.h>
 
-#ifndef UMS_START_SECTOR
-#define UMS_START_SECTOR       0
-#endif
-
-#ifndef UMS_NUM_SECTORS
-#define UMS_NUM_SECTORS                0
-#endif
-
 /* Wait at maximum 60 seconds for cable connection */
 #define UMS_CABLE_READY_TIMEOUT        60