[U-Boot] [PATCH v4 04/13] usb: dfu: fix boards wo USB cable detection

2014-04-15 Thread Mateusz Zalega
Former usb_cable_connected() patch broke compilation of boards which do not support this feature. Signed-off-by: Mateusz Zalega m.zal...@samsung.com Cc: Lukasz Majewski l.majew...@samsung.com Cc: Marek Vasut ma...@denx.de Cc: Minkyu Kang mk7.k...@samsung.com --- common/cmd_usb_mass_storage.c | 2

Re: [U-Boot] [PATCH v4 04/13] usb: dfu: fix boards wo USB cable detection

2014-04-15 Thread Lukasz Majewski
Hi Mateusz, Former usb_cable_connected() patch broke compilation of boards which do not support this feature. Signed-off-by: Mateusz Zalega m.zal...@samsung.com Cc: Lukasz Majewski l.majew...@samsung.com Cc: Marek Vasut ma...@denx.de Cc: Minkyu Kang mk7.k...@samsung.com ---

Re: [U-Boot] [PATCH v4 04/13] usb: dfu: fix boards wo USB cable detection

2014-04-15 Thread Marek Vasut
On Tuesday, April 15, 2014 at 03:06:52 PM, Mateusz Zalega wrote: Former usb_cable_connected() patch broke compilation of boards which do not support this feature. Signed-off-by: Mateusz Zalega m.zal...@samsung.com Cc: Lukasz Majewski l.majew...@samsung.com Cc: Marek Vasut ma...@denx.de Cc: