From 246026cfcc1485a29c173fc1b6ed7336f4c00f83 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Thu, 8 Jan 2015 22:18:22 +0100 Subject: imx233: add a comment in the bootloader Change-Id: I4bf82565e730a40f37f4a29244fd461cb3214318 --- bootloader/imx233.c | 1 + 1 file changed, 1 insertion(+) (limited to 'bootloader') diff --git a/bootloader/imx233.c b/bootloader/imx233.c index 76fdf88..65799de 100644 --- a/bootloader/imx233.c +++ b/bootloader/imx233.c @@ -95,6 +95,7 @@ static void usb_mode(int connect_timeout) powermgmt_init(); adc_init(); + /* ack the SYS_USB_CONNECTED polled from the button queue */ usb_acknowledge(SYS_USB_CONNECTED_ACK); while(1) -- cgit v1.1