]> Git Repo - J-u-boot.git/blob - configs/am62x_evm_a53_ethboot_defconfig
Merge branch 'u-boot-nand-20241005' of https://gitlab.denx.de/u-boot/custodians/u...
[J-u-boot.git] / configs / am62x_evm_a53_ethboot_defconfig
1 #include <configs/am62x_evm_a53_defconfig>
2
3 CONFIG_ARM=y
4 CONFIG_ARCH_K3=y
5 CONFIG_SOC_K3_AM625=y
6 CONFIG_TARGET_AM625_A53_EVM=y
7 CONFIG_DEFAULT_DEVICE_TREE="ti/k3-am625-sk"
8 CONFIG_SPL_STACK_R_ADDR=0x83000000
9 CONFIG_SPL_SIZE_LIMIT=0x80000
10 CONFIG_SPL_DRIVERS_MISC=y
11 CONFIG_SPL_BOARD_INIT=y
12 CONFIG_SPL_DMA=y
13 CONFIG_SPL_ENV_SUPPORT=y
14 CONFIG_SPL_ETH=y
15 CONFIG_SPL_NET=y
16 CONFIG_SPL_NET_VCI_STRING="AM62X U-Boot A53 SPL"
17 CONFIG_SPL_SYSCON=y
This page took 0.027075 seconds and 4 git commands to generate.