Re: [U-Boot] [PATCH 02/10] usb: Fix bug when both DFU & ETHER are defined

2012-11-29 Thread Marek Vasut
Dear Pantelis Antoniou, > When both CONFIG_USB_GADGET & CONFIG_USB_ETHER are defined > the makefile links objects twice. > > Detect this and fix it with a not very elegant way in the > makefile. Revisit and clean it later. > > Signed-off-by: Pantelis Antoniou [...] This really needs some prope

[U-Boot] [PATCH 02/10] usb: Fix bug when both DFU & ETHER are defined

2012-11-28 Thread Pantelis Antoniou
When both CONFIG_USB_GADGET & CONFIG_USB_ETHER are defined the makefile links objects twice. Detect this and fix it with a not very elegant way in the makefile. Revisit and clean it later. Signed-off-by: Pantelis Antoniou --- drivers/usb/gadget/Makefile | 13 +++-- 1 file changed, 11 in