[U-Boot] [PATCH] arm: socfpga: sr1500: Remove USB_GADGET

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 --- configs/socfpga_sr1500_defconfig | 2 -- 1 file changed, 2 deletions(-)
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

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

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.

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.

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

On 04/11/2016 05:47 PM, Sam Protsenko wrote:
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.
Thanks. All socfpga stuff goes to/through Dinh, Chin and me.

On Fri, Apr 01, 2016 at 09:27:50PM +0300, 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
Applied to u-boot/master, thanks!
participants (6)
-
Marek Vasut
-
Marek Vasut
-
Sam Protsenko
-
Semen Protsenko
-
Stefan Roese
-
Tom Rini