partitions: increase MAX_SEARCH_PARTITIONS and move to part.h
[oweals/u-boot.git] / disk / part.c
index 491b02dc9c15ccbd8954a982ec2f802ae0f749d7..e640a55163f2d28f69bb869fd775317199b8154c 100644 (file)
@@ -388,7 +388,6 @@ cleanup:
 
 #define PART_UNSPECIFIED -2
 #define PART_AUTO -1
-#define MAX_SEARCH_PARTITIONS 16
 int blk_get_device_part_str(const char *ifname, const char *dev_part_str,
                             struct blk_desc **dev_desc,
                             disk_partition_t *info, int allow_whole_dev)