diff options
author | Sam Protsenko <semen.protsenko@linaro.org> | 2016-04-13 14:20:26 +0300 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2016-04-20 11:43:27 +0200 |
commit | aaa4a9e313ee6e5d30c1476ad754e0b907e34217 (patch) | |
tree | 62b36c8a99861a9d4d89b7735e26bcca3b8f6bb2 /include/configs/bcm28155_ap.h | |
parent | 3457bbaf22a8fb6884d52fc3af997c187e930f06 (diff) |
usb: gadget: Move CONFIG_USB_GADGET_DOWNLOAD to Kconfig
While at it, remove obsolete CONFIG_USBDOWNLOAD_GADGET option from some
config headers. This is also probably fixes am335x_baltos board.
Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Diffstat (limited to 'include/configs/bcm28155_ap.h')
-rw-r--r-- | include/configs/bcm28155_ap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/bcm28155_ap.h b/include/configs/bcm28155_ap.h index b431781ac1..680ef1652f 100644 --- a/include/configs/bcm28155_ap.h +++ b/include/configs/bcm28155_ap.h @@ -139,7 +139,6 @@ #define CONFIG_FASTBOOT_BUF_SIZE (CONFIG_SYS_SDRAM_SIZE - SZ_1M) #define CONFIG_FASTBOOT_BUF_ADDR CONFIG_SYS_SDRAM_BASE #define CONFIG_USB_GADGET_BCM_UDC_OTG_PHY -#define CONFIG_USB_GADGET_DOWNLOAD #define CONFIG_USBID_ADDR 0x34052c46 #define CONFIG_G_DNL_VENDOR_NUM 0x18d1 /* google */ #define CONFIG_G_DNL_PRODUCT_NUM 0x0d02 /* nexus one */ |