diff options
author | Sam Protsenko | 2016-04-13 14:20:30 +0300 |
---|---|---|
committer | Marek Vasut | 2016-04-20 11:43:28 +0200 |
commit | e6c0bc0643e5a4387fecbcf83080d0b796eb067c (patch) | |
tree | 3a1dddb14ad30fad04478e54fbaadfc366aa837b /include/configs/bcm28155_ap.h | |
parent | b142729d03d7295076f2c276da5694b46e511e89 (diff) |
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/bcm28155_ap.h')
-rw-r--r-- | include/configs/bcm28155_ap.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/bcm28155_ap.h b/include/configs/bcm28155_ap.h index 680ef1652f4..bd83aabea7c 100644 --- a/include/configs/bcm28155_ap.h +++ b/include/configs/bcm28155_ap.h @@ -140,8 +140,5 @@ #define CONFIG_FASTBOOT_BUF_ADDR CONFIG_SYS_SDRAM_BASE #define CONFIG_USB_GADGET_BCM_UDC_OTG_PHY #define CONFIG_USBID_ADDR 0x34052c46 -#define CONFIG_G_DNL_VENDOR_NUM 0x18d1 /* google */ -#define CONFIG_G_DNL_PRODUCT_NUM 0x0d02 /* nexus one */ -#define CONFIG_G_DNL_MANUFACTURER "Broadcom Corporation" #endif /* __BCM28155_AP_H */ |