]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: Add phycore_am62x_r5_usbdfu_defconfig
authorDaniel Schultz <d.schultz@phytec.de>
Fri, 30 Aug 2024 09:09:38 +0000 (02:09 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 10 Sep 2024 19:16:01 +0000 (13:16 -0600)
This config includes the phycore_am62x_r5_defconfig file as well as
the am62x_r5_usbdfu.config fragment. We need another defconfig
because the AM62x has not enough internal SRAM to support all boot
sources. The normal phycore_am62x_r5_defconfig should allow to boot
from MMC and OSPI while this new defconfig allows to boot from USB.

Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
configs/phycore_am62x_r5_usbdfu_defconfig [new file with mode: 0644]

diff --git a/configs/phycore_am62x_r5_usbdfu_defconfig b/configs/phycore_am62x_r5_usbdfu_defconfig
new file mode 100644 (file)
index 0000000..237f5d3
--- /dev/null
@@ -0,0 +1,2 @@
+#include <configs/phycore_am62x_r5_defconfig>
+#include <configs/am62x_r5_usbdfu.config>