From: Chintan Vankar Date: Thu, 31 Jul 2025 07:59:55 +0000 (+0530) Subject: configs: am69_sk_r5_ethboot: Add configs to enable Ethernet boot in R5SPL X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=02b2a3277116d80137e62cb931dd365eda54790c;p=thirdparty%2Fu-boot.git configs: am69_sk_r5_ethboot: Add configs to enable Ethernet boot in R5SPL Add configs required to enable Ethernet boot for SK-AM69. Signed-off-by: Chintan Vankar --- diff --git a/configs/am69_sk_r5_ethboot_defconfig b/configs/am69_sk_r5_ethboot_defconfig new file mode 100644 index 00000000000..c85aa72cf04 --- /dev/null +++ b/configs/am69_sk_r5_ethboot_defconfig @@ -0,0 +1,15 @@ +#include + +CONFIG_ARM=y +CONFIG_ARCH_K3=y +CONFIG_SOC_K3_J784S4=y +CONFIG_TARGET_J784S4_R5_EVM=y +CONFIG_DEFAULT_DEVICE_TREE="k3-am69-r5-sk" +CONFIG_SPL_ETH=y +CONFIG_SPL_NET=y +CONFIG_SPL_NET_VCI_STRING="AM69 U-Boot R5 SPL" +CONFIG_TI_AM65_CPSW_NUSS=y +CONFIG_TI_I2C_BOARD_DETECT=y +CONFIG_NET_RANDOM_ETHADDR=y +CONFIG_SPL_HAS_CUSTOM_MALLOC_START=y +CONFIG_SPL_CUSTOM_SYS_MALLOC_ADDR=0x84000000