u-boot/configs/j721e_sk_r5_defconfig
Neha Malcom Francis c9507f07a1 configs: j721e_sk: Move to separate defconfig for J721E SK board
Add defconfig for J721E SK R5 and A72 configuration.

This includes and modifies the J721E EVM defconfigs:
j721e_evm_r5_defconfig -> j721e_sk_r5_defconfig
j721e_evm_a72_defconfig -> j721e_sk_a72_defconfig

Signed-off-by: Neha Malcom Francis <n-francis@ti.com>
2024-06-07 13:58:54 -06:00

11 lines
237 B
Plaintext

#include <configs/j721e_evm_r5_defconfig>
CONFIG_ARM=y
CONFIG_ARCH_K3=y
CONFIG_SOC_K3_J721E=y
CONFIG_TARGET_J721E_R5_EVM=y
CONFIG_DEFAULT_DEVICE_TREE="k3-j721e-r5-sk"
CONFIG_SPL_OF_LIST="k3-j721e-r5-sk"
CONFIG_OF_LIST="k3-j721e-r5-sk"