]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: phycore_am62x_*_defconfig: Set PHYTEC as Manufacturer
authorDaniel Schultz <d.schultz@phytec.de>
Fri, 30 Aug 2024 09:09:40 +0000 (02:09 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 10 Sep 2024 19:16:02 +0000 (13:16 -0600)
Commit 371b379edbf3 ("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>
configs/phycore_am62x_a53_defconfig
configs/phycore_am62x_r5_usbdfu_defconfig

index 246b8743da019f28d71952b93a77371fc6aa9965..5a1aa52c1ba1d52383a206897bac013a6666879e 100644 (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
index 237f5d344cedb1e55468a33f4cebe9400cc8b4dd..1c05950dddf5a1d3adb67d674615dbb5da2959a9 100644 (file)
@@ -1,2 +1,3 @@
 #include <configs/phycore_am62x_r5_defconfig>
 #include <configs/am62x_r5_usbdfu.config>
+CONFIG_USB_GADGET_MANUFACTURER="PHYTEC"