usbd: code clean for kernel and modem download
authorDonggeun Kim <dg77.kim@samsung.com>
Fri, 3 Dec 2010 02:17:26 +0000 (11:17 +0900)
committerDonggeun Kim <dg77.kim@samsung.com>
Fri, 3 Dec 2010 02:17:26 +0000 (11:17 +0900)
Signed-off-by: Donggeun Kim <dg77.kim@samsung.com>
common/cmd_usbd.c

index 5543985..b22fe9e 100644 (file)
@@ -998,14 +998,12 @@ static int process_data(struct usbd_ops *usbd)
 
        case COMMAND_WRITE_IMG_2:
                printf("COMMAND_WRITE_KERNEL\n");
-               /* TODO: Not support yet, just return */
                img_type = IMG_KERNEL_V2;
                part_id = 2;
                break;
 
        case COMMAND_WRITE_IMG_3:
                printf("COMMAND_WRITE_MODEM\n");
-               /* TODO: Not support yet, just return */
                img_type = IMG_MODEM_V2;
                part_id = 2;
                break;