Message ID | 1459535270-25681-1-git-send-email-semen.protsenko@linaro.org |
---|---|
State | Accepted |
Commit | 4861be7e68e6cf1359389837be174dbb40d07533 |
Headers | show |
On Sun, Apr 3, 2016 at 5:34 PM, Stefan Roese <sr@denx.de> wrote: > On 01.04.2016 20:27, Semen Protsenko wrote: >> >> From: Sam Protsenko <semen.protsenko@linaro.org> >> >> "buildman" tool revealed that USB_GADGET was enabled by mistake for this >> board in process of moving that option to Kconfig. Remove it to bring >> things back to correct state. >> >> Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org> > > > Acked-by: Stefan Roese <sr@denx.de> > > Thanks, > Stefan > Tom, Can you please take a look and merge this patch? Thanks. _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot
On Mon, Apr 11, 2016 at 6:41 PM, Marek Vasut <marek.vasut@gmail.com> wrote: > On 04/11/2016 05:09 PM, Sam Protsenko wrote: >> On Sun, Apr 3, 2016 at 5:34 PM, Stefan Roese <sr@denx.de> wrote: >>> On 01.04.2016 20:27, Semen Protsenko wrote: >>>> >>>> From: Sam Protsenko <semen.protsenko@linaro.org> >>>> >>>> "buildman" tool revealed that USB_GADGET was enabled by mistake for this >>>> board in process of moving that option to Kconfig. Remove it to bring >>>> things back to correct state. >>>> >>>> Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org> >>> >>> >>> Acked-by: Stefan Roese <sr@denx.de> >>> >>> Thanks, >>> Stefan >>> >> >> Tom, >> >> Can you please take a look and merge this patch? > > It would be fantastic if you kept me on CC. Such patches should go > through the socfpga tree. But it would be easier for Tom to pick it > this time so I dont have to roll another PR before rc1. Sure thing. I guess "get_maintainer.pl" didn't show you for this patch, because it only affects configs/. But it's indeed socfpga related, so I'll be more careful next time. > > -- > Best regards, > Marek Vasut _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot
diff --git a/configs/socfpga_sr1500_defconfig b/configs/socfpga_sr1500_defconfig index 2842fba..d499a14 100644 --- a/configs/socfpga_sr1500_defconfig +++ b/configs/socfpga_sr1500_defconfig @@ -21,5 +21,3 @@ CONFIG_DM_ETH=y CONFIG_ETH_DESIGNWARE=y CONFIG_SYS_NS16550=y CONFIG_CADENCE_QSPI=y -CONFIG_USB=y -CONFIG_USB_GADGET=y