diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2015-06-12 19:56:58 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2015-07-22 08:57:53 +0200 |
commit | 01acd6abbdd5a5951f68d08c245550c720ea6ad8 (patch) | |
tree | 41204c356c749add837262bbd9c450dfb1aa5c0a /include/configs/omap3_beagle.h | |
parent | f2226c0dbec2de90f92367f66af3a4cb20109ed3 (diff) | |
download | u-boot-01acd6abbdd5a5951f68d08c245550c720ea6ad8.tar.gz |
usb: USB download gadget and functions config options coherent naming
This introduces a coherent scheme for naming USB download gadget and functions
config options. The download USB gadget config option is moved to
CONFIG_USB_GADGET_DOWNLOAD for better consistency with other gadgets and each
function's config option is moved to a CONFIG_USB_FUNCTION_ prefix.
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Tested-by: Lukasz Majewski <l.majewski@samsung.com>
Test HW: Odroid_XU3 (Exynos5422), trats (Exynos4210)
Diffstat (limited to 'include/configs/omap3_beagle.h')
-rw-r--r-- | include/configs/omap3_beagle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index e574742a46..8ebb5bd2a3 100644 --- a/include/configs/omap3_beagle.h +++ b/include/configs/omap3_beagle.h @@ -68,7 +68,7 @@ #define CONFIG_USB_ETHER_RNDIS #define CONFIG_USB_GADGET #define CONFIG_USB_GADGET_VBUS_DRAW 0 -#define CONFIG_USBDOWNLOAD_GADGET +#define CONFIG_USB_GADGET_DOWNLOAD #define CONFIG_G_DNL_VENDOR_NUM 0x0451 #define CONFIG_G_DNL_PRODUCT_NUM 0xd022 #define CONFIG_G_DNL_MANUFACTURER "TI" |