]> git.sur5r.net Git - u-boot/blobdiff - include/part.h
partitions: increase MAX_SEARCH_PARTITIONS and move to part.h
[u-boot] / include / part.h
index 87b11112b8d85a457e763a8d028295788338f39d..22da60448233b496c2bef0c1a063890cce2bf149 100644 (file)
@@ -49,6 +49,7 @@ struct block_drvr {
 
 #define PART_NAME_LEN 32
 #define PART_TYPE_LEN 32
+#define MAX_SEARCH_PARTITIONS 64
 
 typedef struct disk_partition {
        lbaint_t        start;  /* # of first block in partition        */