diff options
| author | Chintan Vankar <[email protected]> | 2025-07-31 13:29:48 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-08-20 11:06:19 -0600 |
| commit | c1f1d28c44543dc0fd74653215e25f5153ddd398 (patch) | |
| tree | eb87373a2f38c9f7e74b814283383cee5e886648 | |
| parent | c8c2da2ab817d78efdad88b85ef4449dd5719e01 (diff) | |
configs: am62px_evm_a53_ethboot: Enable configs required for Ethboot
Enable config options needed to support Ethernet boot on SK-AM62P-LP.
Signed-off-by: Chintan Vankar <[email protected]>
| -rw-r--r-- | configs/am62px_evm_a53_ethboot_defconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/configs/am62px_evm_a53_ethboot_defconfig b/configs/am62px_evm_a53_ethboot_defconfig new file mode 100644 index 00000000000..57da40d4b2e --- /dev/null +++ b/configs/am62px_evm_a53_ethboot_defconfig @@ -0,0 +1,13 @@ +#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" |
