diff options
author | Sam Protsenko <semen.protsenko@linaro.org> | 2016-04-13 14:20:30 +0300 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2016-04-20 11:43:28 +0200 |
commit | e6c0bc0643e5a4387fecbcf83080d0b796eb067c (patch) | |
tree | 3a1dddb14ad30fad04478e54fbaadfc366aa837b /include/configs/sunxi-common.h | |
parent | b142729d03d7295076f2c276da5694b46e511e89 (diff) | |
download | u-boot-imx-e6c0bc0643e5a4387fecbcf83080d0b796eb067c.zip u-boot-imx-e6c0bc0643e5a4387fecbcf83080d0b796eb067c.tar.gz u-boot-imx-e6c0bc0643e5a4387fecbcf83080d0b796eb067c.tar.bz2 |
usb: gadget Move: CONFIG_G_DNL_* to Kconfig
And also reformat defconfigs using "make savedefconfig" rule.
Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Diffstat (limited to 'include/configs/sunxi-common.h')
-rw-r--r-- | include/configs/sunxi-common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h index 6e880a7..9c6c9b6 100644 --- a/include/configs/sunxi-common.h +++ b/include/configs/sunxi-common.h @@ -342,9 +342,6 @@ extern int soft_i2c_gpio_scl; #endif #ifdef CONFIG_USB_MUSB_GADGET -#define CONFIG_G_DNL_VENDOR_NUM 0x1f3a -#define CONFIG_G_DNL_PRODUCT_NUM 0x1010 -#define CONFIG_G_DNL_MANUFACTURER "Allwinner Technology" #define CONFIG_USB_FUNCTION_DFU #define CONFIG_USB_FUNCTION_FASTBOOT #define CONFIG_USB_FUNCTION_MASS_STORAGE |