
1 Apr
2016
1 Apr
'16
8:27 p.m.
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
--
2.8.0.rc3