On Wed, Jan 22, 2025 at 05:43:36PM +0530, Siddharth Vadapalli wrote: > 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.
The v2 of this patch is now a part of a v4 series of other related patches and has been posted at: https://patchwork.ozlabs.org/project/uboot/patch/[email protected]/ Regards, Siddharth. > > Signed-off-by: Siddharth Vadapalli <[email protected]> > --- > > Hello, > > This patch is based on commit > 82d262ae162 Merge patch series "MediaTek MT7629 OF_UPSTREAM migration (v2)" > of the master branch of Mainline U-Boot. > > Patch has been tested for SD Boot on AM62A7-SK to ensure that the > change to am62ax_evm_a53_defconfig in this patch doesn't introduce a > regression. Logs: > https://gist.github.com/Siddharth-Vadapalli-at-TI/c8879ebb33417458cc39e262c98ff959 > > Regards, > Siddharth. > > configs/am62ax_evm_a53_defconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/configs/am62ax_evm_a53_defconfig > b/configs/am62ax_evm_a53_defconfig > index bf6e9639901..a2f6d904df4 100644 > --- a/configs/am62ax_evm_a53_defconfig > +++ b/configs/am62ax_evm_a53_defconfig > @@ -107,3 +107,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> > -- > 2.43.0 >

