From: Chintan Vankar Date: Thu, 31 Jul 2025 07:59:44 +0000 (+0530) Subject: configs: am68_sk_a72_ethboot: Enable configs required for Ethernet boot X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3325b13d53f5a8991185936adc981678eb6d1b97;p=thirdparty%2Fu-boot.git configs: am68_sk_a72_ethboot: Enable configs required for Ethernet boot Enable config options needed to support Ethernet boot on AM68-SK. Signed-off-by: Chintan Vankar --- diff --git a/configs/am68_sk_a72_ethboot_defconfig b/configs/am68_sk_a72_ethboot_defconfig new file mode 100644 index 00000000000..d9d6ca6088e --- /dev/null +++ b/configs/am68_sk_a72_ethboot_defconfig @@ -0,0 +1,14 @@ +#include + +CONFIG_ARM=y +CONFIG_ARCH_K3=y +CONFIG_SOC_K3_J721S2=y +CONFIG_TARGET_J721S2_A72_EVM=y +CONFIG_DEFAULT_DEVICE_TREE="ti/k3-am68-sk-base-board" +CONFIG_SPL_STACK_R_ADDR=0x82000000 +CONFIG_SPL_DRIVERS_MISC=y +CONFIG_SPL_BOARD_INIT=y +CONFIG_SPL_DMA=y +CONFIG_SPL_ETH=y +CONFIG_SPL_NET=y +CONFIG_SPL_NET_VCI_STRING="AM68 U-Boot A72 SPL"