mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-11 07:24:46 +00:00

Daniel Schultz <d.schultz@phytec.de> says: This patch stack extends the phyCORE-AM62x/AM64x U-Boot by following boot sources: - Load U-Boot with USB DFU - Load a Linux and initramfs from OSPI/QSPI NOR flash - Load a Linux and rootfs from Network Moreover, it adds required changes to the environment to boot an A/B system with RAUC and includes some minor fixes.
9 lines
215 B
Text
9 lines
215 B
Text
#include <configs/phycore_am62x_r5_defconfig>
|
|
#include <configs/am62x_r5_usbdfu.config>
|
|
|
|
CONFIG_ARM=y
|
|
CONFIG_ARCH_K3=y
|
|
CONFIG_SOC_K3_AM625=y
|
|
CONFIG_TARGET_PHYCORE_AM62X_R5=y
|
|
|
|
CONFIG_USB_GADGET_MANUFACTURER="PHYTEC"
|