Files
u-boot/configs/am69_sk_a72_ethboot_defconfig
Chintan Vankar 841d3d06ce configs: am69_sk_a72_ethboot: Add configs to enable Ethernet boot
Add configs required to enable Ethernet boot for SK-AM69.

Signed-off-by: Chintan Vankar <c-vankar@ti.com>
2025-08-20 11:06:19 -06:00

12 lines
275 B
Plaintext

#include <configs/am69_sk_a72_defconfig>
CONFIG_ARM=y
CONFIG_ARCH_K3=y
CONFIG_SOC_K3_J784S4=y
CONFIG_TARGET_J784S4_A72_EVM=y
CONFIG_DEFAULT_DEVICE_TREE="ti/k3-am69-sk"
CONFIG_SPL_ETH=y
CONFIG_SPL_NET=y
CONFIG_SPL_NET_VCI_STRING="AM69 U-Boot A72 SPL"
CONFIG_SYS_K3_SPL_ATF=y