[U-Boot] [PATCH v2 3/7] rockchip: rk3328: don't implement usb_gadget_handle_interrupts twice
sjg at google.com
sjg at google.com
Thu Jun 8 03:34:51 UTC 2017
On 6 June 2017 at 07:42, Philipp Tomsich
<philipp.tomsich at theobroma-systems.com> 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 <philipp.tomsich at theobroma-systems.com>
>
> ---
>
> 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 at 2b19b2f
>
> board/rockchip/evb_rk3328/evb-rk3328.c | 5 -----
> 1 file changed, 5 deletions(-)
>
Acked-by: Simon Glass <sjg at chromium.org>
Applied to u-boot-rockchip, thanks!
More information about the U-Boot
mailing list