On Mon, Apr 03, 2017 at 10:31:01AM +0200, Oleksij Rempel wrote: > we won't be able to start if otg is not properly configured. > > Signed-off-by: Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx> > --- > drivers/usb/gadget/autostart.c | 3 +++ > 1 file changed, 3 insertions(+) Applied, thanks Sascha > > diff --git a/drivers/usb/gadget/autostart.c b/drivers/usb/gadget/autostart.c > index 43c2ba23d..4ad1dd6be 100644 > --- a/drivers/usb/gadget/autostart.c > +++ b/drivers/usb/gadget/autostart.c > @@ -14,6 +14,7 @@ > #include <common.h> > #include <command.h> > #include <errno.h> > +#include <environment.h> > #include <malloc.h> > #include <getopt.h> > #include <fs.h> > @@ -35,6 +36,8 @@ static int usbgadget_autostart(void) > if (!autostart) > return 0; > > + setenv("otg.mode", "peripheral"); > + > if (fastboot_function) > opts.fastboot_opts.files = file_list_parse(fastboot_function); > > -- > 2.11.0 > > > _______________________________________________ > barebox mailing list > barebox@xxxxxxxxxxxxxxxxxxx > http://lists.infradead.org/mailman/listinfo/barebox > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox