mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-27 22:24:30 +08:00
a96be9b8c0
Add defconfig for AM68 SK R5 and A72 configuration. This includes and modifies the AM68 EVM defconfigs: j721s2_evm_r5_defconfig -> am68_sk_r5_defconfig j721s2_evm_a72_defconfig -> am68_sk_a72_defconfig Reviewed-by: Neha Malcom Francis <n-francis@ti.com> Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
11 lines
270 B
Plaintext
11 lines
270 B
Plaintext
#include <configs/j721s2_evm_r5_defconfig>
|
|
|
|
CONFIG_ARM=y
|
|
CONFIG_ARCH_K3=y
|
|
CONFIG_SOC_K3_J721S2=y
|
|
CONFIG_TARGET_J721S2_R5_EVM=y
|
|
|
|
CONFIG_DEFAULT_DEVICE_TREE="k3-am68-sk-r5-base-board"
|
|
CONFIG_SPL_OF_LIST="k3-am68-sk-r5-base-board"
|
|
CONFIG_OF_LIST="k3-am68-sk-r5-base-board"
|