diff options
author | Amaury Pouly <amaury.pouly@gmail.com> | 2015-01-08 22:18:22 +0100 |
---|---|---|
committer | Amaury Pouly <amaury.pouly@gmail.com> | 2015-01-08 22:18:22 +0100 |
commit | 246026cfcc1485a29c173fc1b6ed7336f4c00f83 (patch) | |
tree | bb75a775ca9f63609acecdb753f8b97d93994779 | |
parent | 9d160c2a8ca3bff834d78ba52e22be257bea8389 (diff) |
imx233: add a comment in the bootloader
Change-Id: I4bf82565e730a40f37f4a29244fd461cb3214318
-rw-r--r-- | bootloader/imx233.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootloader/imx233.c b/bootloader/imx233.c index 76fdf884da..65799de7aa 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) |