From: Emanuele Ghidoli Date: Wed, 1 Oct 2025 13:18:34 +0000 (+0200) Subject: configs: verdin-am62: enable USB Gadget OS Descriptors for fastboot X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5e1e08549bdb750b93028c0ab958964283d9ba62;p=thirdparty%2Fu-boot.git configs: verdin-am62: enable USB Gadget OS Descriptors for fastboot USB OS Descriptors are used to install and configure the device without requiring any user interaction on OS which support them (e.g. Windows). Enable them in order to improve the user experience when fastboot is used. Signed-off-by: Emanuele Ghidoli --- diff --git a/configs/verdin-am62_a53_defconfig b/configs/verdin-am62_a53_defconfig index 2c0573cd54e..d97dec3a360 100644 --- a/configs/verdin-am62_a53_defconfig +++ b/configs/verdin-am62_a53_defconfig @@ -193,6 +193,7 @@ CONFIG_SPL_USB_GADGET=y CONFIG_USB_GADGET_MANUFACTURER="Toradex" CONFIG_USB_GADGET_VENDOR_NUM=0x1b67 CONFIG_USB_GADGET_PRODUCT_NUM=0x4000 +CONFIG_USB_GADGET_OS_DESCRIPTORS=y CONFIG_SPL_DFU=y CONFIG_FS_FAT_MAX_CLUSTSIZE=16384 CONFIG_HEXDUMP=y