configs: phycore_am62x_*_defconfig: Set PHYTEC as Manufacturer

Commit 371b379edb ("configs: Make USB_GADGET_MANUFACTURER
consistent over all PHYTEC boards") made the USB_GADGET_MANUFACTURER
value consistent over all PHYTEC boards.

Update the phyCORE-AM62x defconfigs to make this config consistent
as well.

Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
This commit is contained in:
Daniel Schultz
2024-09-10 13:16:02 -06:00
committed by Tom Rini
parent 1bd194f1ff
commit ef7a3f16a2
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ CONFIG_SPL_USB_DWC3_AM62=y
CONFIG_USB_DWC3_AM62=y
CONFIG_USB_GADGET=y
CONFIG_SPL_USB_GADGET=y
CONFIG_USB_GADGET_MANUFACTURER="Phytec"
CONFIG_USB_GADGET_MANUFACTURER="PHYTEC"
CONFIG_USB_GADGET_VENDOR_NUM=0x0451
CONFIG_USB_GADGET_PRODUCT_NUM=0x6165
CONFIG_USB_GADGET_DOWNLOAD=y
@@ -1,2 +1,3 @@
#include <configs/phycore_am62x_r5_defconfig>
#include <configs/am62x_r5_usbdfu.config>
CONFIG_USB_GADGET_MANUFACTURER="PHYTEC"