mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-27 14:14:37 +08:00
c9507f07a1
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>
11 lines
237 B
Plaintext
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"
|