Enable config options needed to support Ethernet boot on AM62p SK. Signed-off-by: Chintan Vankar <c-van...@ti.com> ---
Link to v1: https://lore.kernel.org/r/20250107093840.2211381-13-c-van...@ti.com/ Changes from v1 to v2: - Removed commented config option which was not required. configs/am62px_evm_a53_ethboot_defconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 configs/am62px_evm_a53_ethboot_defconfig diff --git a/configs/am62px_evm_a53_ethboot_defconfig b/configs/am62px_evm_a53_ethboot_defconfig new file mode 100644 index 00000000000..0bdb4501c34 --- /dev/null +++ b/configs/am62px_evm_a53_ethboot_defconfig @@ -0,0 +1,14 @@ +#include <configs/am62px_evm_a53_defconfig> + +CONFIG_ARM=y +CONFIG_ARCH_K3=y +CONFIG_SOC_K3_AM62P5=y +CONFIG_TARGET_AM62P5_A53_EVM=y +CONFIG_DEFAULT_DEVICE_TREE="ti/k3-am62p5-sk" +CONFIG_SPL_STACK_R_ADDR=0x82000000 +CONFIG_SPL_DRIVERS_MISC=y +CONFIG_SPL_DMA=y +CONFIG_SPL_ETH=y +CONFIG_SPL_NET=y +CONFIG_SPL_NET_VCI_STRING="AM62PX U-Boot A53 SPL" +CONFIG_SPL_SYSCON=y -- 2.34.1