Re: [U-Boot] [PATCH 1/2] sunxi: VBUS detection function fixup in g_dnl_board_usb_cable_connected

2015-05-19 Thread Hans de Goede
Hi, Thanks for these 2 fixes, I've added both to my personal tree. I'll send a pull-req to get these into u-boot/master soon. Regards, Hans On 05/16/2015 07:52 PM, Paul Kocialkowski wrote: sunxi_usbc_vbus_detect was renamed to sunxi_usb_phy_vbus_detect but g_dnl_board_usb_cable_connected

[U-Boot] [PATCH 1/2] sunxi: VBUS detection function fixup in g_dnl_board_usb_cable_connected

2015-05-16 Thread Paul Kocialkowski
sunxi_usbc_vbus_detect was renamed to sunxi_usb_phy_vbus_detect but g_dnl_board_usb_cable_connected was still using the old name, breaking the build when USB gadget is enabled. Signed-off-by: Paul Kocialkowski cont...@paulk.fr --- board/sunxi/board.c | 2 +- 1 file changed, 1 insertion(+), 1