Files
u-boot/configs/phycore_am62ax_r5_usbdfu_defconfig
Wadim Egorov adf4d5e9e8 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>
2025-03-18 08:12:53 -06:00

5 lines
130 B
Plaintext

#include <configs/phycore_am62ax_r5_defconfig>
#include <configs/am62x_r5_usbdfu.config>
CONFIG_USB_GADGET_MANUFACTURER="PHYTEC"