configs: Add phycore_am62ax_r5_usbdfu_defconfig

This config includes the phycore_am62ax_r5_defconfig file as well as
the am62x_r5_usbdfu.config fragment. We need another defconfig
because the AM62Ax has not enough internal SRAM to support all boot
sources. The normal phycore_am62ax_r5_defconfig should allow to boot
from MMC and OSPI while this new defconfig allows to boot from USB.

Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
This commit is contained in:
Wadim Egorov
2025-03-05 05:58:30 +01:00
committed by Tom Rini
parent 2708c0b23f
commit adf4d5e9e8
2 changed files with 5 additions and 0 deletions

View File

@@ -10,5 +10,6 @@ F: arch/arm/dts/k3-am62a7-r5-phycore-som-2gb.dts
F: board/phytec/phycore_am62ax/ F: board/phytec/phycore_am62ax/
F: configs/phycore_am62ax_a53_defconfig F: configs/phycore_am62ax_a53_defconfig
F: configs/phycore_am62ax_r5_defconfig F: configs/phycore_am62ax_r5_defconfig
F: configs/phycore_am62ax_r5_usbdfu_defconfig
F: include/configs/phycore_am62ax.h F: include/configs/phycore_am62ax.h
F: doc/board/phytec/phycore-am62ax.rst F: doc/board/phytec/phycore-am62ax.rst

View File

@@ -0,0 +1,4 @@
#include <configs/phycore_am62ax_r5_defconfig>
#include <configs/am62x_r5_usbdfu.config>
CONFIG_USB_GADGET_MANUFACTURER="PHYTEC"