usbd: increase partition array to 16
authorMinkyu Kang <mk7.kang@samsung.com>
Tue, 12 Jan 2010 11:31:20 +0000 (20:31 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Tue, 12 Jan 2010 11:31:20 +0000 (20:31 +0900)
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
common/cmd_usbd.c

index d68e93f..c0f203d 100644 (file)
@@ -16,7 +16,7 @@
 
 #ifdef CONFIG_CMD_MTDPARTS
 #include <jffs2/load_kernel.h>
-static struct part_info *parts[8];
+static struct part_info *parts[16];
 #endif
 
 static const char pszMe[] = "usbd: ";