On 6 June 2017 at 07:42, Philipp Tomsich <[email protected]> wrote: > The usb_gadget_handle_interrupts()-function is already implemented by > drivers/usb/gadget/dwc2_udc_otg.c, so we need to avoid defining it > in the evb-rk3328.c board-specific file. > > This change fixes the following build error (from buildman): > drivers/usb/gadget/built-in.o: In function `usb_gadget_handle_interrupts': > build/../drivers/usb/gadget/dwc2_udc_otg.c:850: multiple definition of > `usb_gadget_handle_interrupts' > > board/rockchip/evb_rk3328/built-in.o:build/../board/rockchip/evb_rk3328/evb-rk3328.c:37: > first defined here > make[1]: *** [u-boot] Error 1 > > Signed-off-by: Philipp Tomsich <[email protected]> > > --- > > Changes in v2: > - (new patch) fix a multiple definition of usb_gadget_handle_interrupts > for the RK3328 EVB in evb-rk3328.c to fix a buildman failure for > u-boot-rockchip/master@2b19b2f > > board/rockchip/evb_rk3328/evb-rk3328.c | 5 ----- > 1 file changed, 5 deletions(-) >
Acked-by: Simon Glass <[email protected]> Applied to u-boot-rockchip, thanks! _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

