mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-11 07:24:46 +00:00

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>
10 lines
237 B
Text
10 lines
237 B
Text
#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"
|