summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorWadim Egorov <[email protected]>2025-03-05 05:58:30 +0100
committerTom Rini <[email protected]>2025-03-18 08:12:53 -0600
commitadf4d5e9e8ddf8a02cd2cea4f4d19944583654bb (patch)
treedd1ecfb39902f84fe929c6fb8107ad88bdb53579 /configs
parent2708c0b23fd488ae262c1c2a3449e16aa05dbd41 (diff)
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 <[email protected]>
Diffstat (limited to 'configs')
-rw-r--r--configs/phycore_am62ax_r5_usbdfu_defconfig4
1 files changed, 4 insertions, 0 deletions
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 <configs/phycore_am62ax_r5_defconfig>
+#include <configs/am62x_r5_usbdfu.config>
+
+CONFIG_USB_GADGET_MANUFACTURER="PHYTEC"