git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6da3db
)
configs: am62ax_evm_a53_defconfig: enable USB DFU support
author
Siddharth Vadapalli
<s-vadapalli@ti.com>
Mon, 10 Feb 2025 11:22:24 +0000
(16:52 +0530)
committer
Tom Rini
<trini@konsulko.com>
Thu, 20 Feb 2025 22:07:25 +0000
(16:07 -0600)
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>
configs/am62ax_evm_a53_defconfig
patch
|
blob
|
history
diff --git
a/configs/am62ax_evm_a53_defconfig
b/configs/am62ax_evm_a53_defconfig
index
ad448fe
..
3063e7f
100644
(file)
--- 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>