]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
Enable Fastboot(UUU) for O4-iMX6ULL-NANO boards
authorOleh Kravchenko <oleg@kaa.org.ua>
Mon, 20 Dec 2021 14:00:01 +0000 (16:00 +0200)
committerStefano Babic <sbabic@denx.de>
Fri, 18 Feb 2022 17:12:23 +0000 (18:12 +0100)
Make O4-iMX6ULL-NANO-based board compatible with Yocto layer meta-out4 and
fix device flashing by UUU (aka MFG Tools).

Signed-off-by: Oleh Kravchenko <oleg@kaa.org.ua>
configs/ev-imx280-nano-x-mb_defconfig
configs/o4-imx6ull-nano_defconfig

index 10f2ec93336cbadf384f8d3dd537776877cec348..4188286825548db1cca41cd990598684f23b3f12 100644 (file)
@@ -49,3 +49,8 @@ CONFIG_USB=y
 CONFIG_USB_GADGET=y
 CONFIG_CI_UDC=y
 CONFIG_OF_LIBFDT_OVERLAY=y
+CONFIG_FASTBOOT_MMC_BOOT_SUPPORT=y
+CONFIG_FASTBOOT_MMC_USER_SUPPORT=y
+CONFIG_FASTBOOT_UUU_SUPPORT=y
+CONFIG_USB_GADGET_PRODUCT_NUM=0x0001
+CONFIG_USB_GADGET_VENDOR_NUM=0x3016
index 384e6826a7bdb183e9fb0dd05d0a993ff33d3bdd..e8071cb791183232acdb70bf80cb1238501f45e2 100644 (file)
@@ -57,3 +57,8 @@ CONFIG_USB=y
 CONFIG_USB_GADGET=y
 CONFIG_CI_UDC=y
 CONFIG_OF_LIBFDT_OVERLAY=y
+CONFIG_FASTBOOT_MMC_BOOT_SUPPORT=y
+CONFIG_FASTBOOT_MMC_USER_SUPPORT=y
+CONFIG_FASTBOOT_UUU_SUPPORT=y
+CONFIG_USB_GADGET_PRODUCT_NUM=0x0001
+CONFIG_USB_GADGET_VENDOR_NUM=0x3016