diff mbox series

[v4,1/7] configs: am62ax_evm_a53_defconfig: enable USB DFU support

Message ID 20250210112239.2639009-2-s-vadapalli@ti.com
State Accepted
Commit 83202c83352be6054973cfa9e862b7bdf39bb1a1
Delegated to: Tom Rini
Headers show
Series AM62,AM62-LP,AM62A,AM62P,J722S: USB DFU and UMS | expand

Commit Message

Siddharth Vadapalli Feb. 10, 2025, 11:22 a.m. UTC
The config fragment "am62x_a53_usbdfu.config" which adds USB DFU support
for AM62x SoC is applicable to the AM62Ax SoC as well. Hence, include it
in "am62ax_evm_a53_defconfig" in order to enable support for USB DFU flash
and boot.

Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
---

This patch has been merged into this series. Its v1 is at:
https://patchwork.ozlabs.org/project/uboot/patch/20250122121338.1055249-1-s-vadapalli@ti.com/

No changes since v1.

Regards,
Siddharth.

 configs/am62ax_evm_a53_defconfig | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/configs/am62ax_evm_a53_defconfig b/configs/am62ax_evm_a53_defconfig
index ad448feafe..3063e7f617 100644
--- a/configs/am62ax_evm_a53_defconfig
+++ b/configs/am62ax_evm_a53_defconfig
@@ -108,3 +108,5 @@  CONFIG_SYSRESET=y
 CONFIG_SPL_SYSRESET=y
 CONFIG_SYSRESET_TI_SCI=y
 CONFIG_FS_FAT_MAX_CLUSTSIZE=16384
+
+#include <configs/am62x_a53_usbdfu.config>