This patch increase maximum partition number
to support platform with many partitions.
Change-Id: I0eeb11e0624e9a77af369aa765ec3a81c87a7630
Signed-off-by: Jaewon Kim <jaewon02.kim@samsung.com>
#define UPDATE_SDCARD_NAND_MAX 1
#define UPDATE_SDCARD_MEM_MAX 1
-#define DEV_PART_MAX (10) /* each device max partition max num */
+#define DEV_PART_MAX (16) /* each device max partition max num */
/* device types */
#define UPDATE_SDCARD_DEV_EEPROM (1<<0) /* name "eeprom" */