From: Wadim Egorov Date: Wed, 5 Mar 2025 04:58:30 +0000 (+0100) Subject: configs: Add phycore_am62ax_r5_usbdfu_defconfig X-Git-Tag: v2025.07-rc1~18^2~25^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adf4d5e9e8ddf8a02cd2cea4f4d19944583654bb;p=pandora-u-boot.git 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 --- diff --git a/board/phytec/phycore_am62ax/MAINTAINERS b/board/phytec/phycore_am62ax/MAINTAINERS index 3e4e2feff4e..7c8a29b20d9 100644 --- a/board/phytec/phycore_am62ax/MAINTAINERS +++ b/board/phytec/phycore_am62ax/MAINTAINERS @@ -10,5 +10,6 @@ F: arch/arm/dts/k3-am62a7-r5-phycore-som-2gb.dts F: board/phytec/phycore_am62ax/ F: configs/phycore_am62ax_a53_defconfig F: configs/phycore_am62ax_r5_defconfig +F: configs/phycore_am62ax_r5_usbdfu_defconfig F: include/configs/phycore_am62ax.h F: doc/board/phytec/phycore-am62ax.rst diff --git a/configs/phycore_am62ax_r5_usbdfu_defconfig b/configs/phycore_am62ax_r5_usbdfu_defconfig new file mode 100644 index 00000000000..34674ce4371 --- /dev/null +++ b/configs/phycore_am62ax_r5_usbdfu_defconfig @@ -0,0 +1,4 @@ +#include +#include + +CONFIG_USB_GADGET_MANUFACTURER="PHYTEC"