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 /configs/am43xx_evm_ethboot_defconfig | |
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 'configs/am43xx_evm_ethboot_defconfig')
-rw-r--r-- | configs/am43xx_evm_ethboot_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/am43xx_evm_ethboot_defconfig b/configs/am43xx_evm_ethboot_defconfig index 5963437..67a9d49 100644 --- a/configs/am43xx_evm_ethboot_defconfig +++ b/configs/am43xx_evm_ethboot_defconfig @@ -17,4 +17,7 @@ CONFIG_USB_DWC3_OMAP=y CONFIG_USB_DWC3_PHY_OMAP=y CONFIG_USB_GADGET=y CONFIG_USB_GADGET_DOWNLOAD=y +CONFIG_G_DNL_MANUFACTURER="Texas Instruments" +CONFIG_G_DNL_VENDOR_NUM=0x0403 +CONFIG_G_DNL_PRODUCT_NUM=0xbd00 CONFIG_OF_LIBFDT=y |