Re: [U-Boot] [PATCH 4/6] usb:command: Support for USB Download command

2012-04-14 Thread Wolfgang Denk
Dear Lukasz Majewski, In message <1334215049-20362-5-git-send-email-l.majew...@samsung.com> you wrote: > Support for usbdownload command, which starts USB Downloading process > compliant with Samsung's THOR protocol. ... > +static char dnl_tab[4][STR_SIZE]; > + > +char *find_dnl_entry(char* s, cha

Re: [U-Boot] [PATCH 4/6] usb:command: Support for USB Download command

2012-04-14 Thread Marek Vasut
Dear Lukasz Majewski, > Support for usbdownload command, which starts USB Downloading process > compliant with Samsung's THOR protocol. > > Signed-off-by: Lukasz Majewski > Signed-off-by: Kyungmin Park > Cc: Marek Vasut > --- > common/Makefile |1 + > common/cmd_usbd.c | 161 >

[U-Boot] [PATCH 4/6] usb:command: Support for USB Download command

2012-04-12 Thread Lukasz Majewski
Support for usbdownload command, which starts USB Downloading process compliant with Samsung's THOR protocol. Signed-off-by: Lukasz Majewski Signed-off-by: Kyungmin Park Cc: Marek Vasut --- common/Makefile |1 + common/cmd_usbd.c | 161 +++