mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-27 14:14:37 +08:00
740759d558
Add defconfig for AM69 SK A72 and R5 configuration. This inlcudes and modifies the J784S4 EVM defconfigs: j784s4_evm_a72_defconfig -> am69_sk_a72_defconfig j784s4_evm_r5_defconfig -> am69_sk_r5_defconfig Signed-off-by: Dasnavis Sabiya <sabiya.d@ti.com> Signed-off-by: Apurva Nandan <a-nandan@ti.com> Reviewed-by: Andrew Davis <afd@ti.com> Tested-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> # AM69-SK
11 lines
237 B
Plaintext
11 lines
237 B
Plaintext
#include <configs/j784s4_evm_r5_defconfig>
|
|
|
|
CONFIG_ARM=y
|
|
CONFIG_ARCH_K3=y
|
|
CONFIG_SOC_K3_J784S4=y
|
|
CONFIG_TARGET_J784S4_R5_EVM=y
|
|
|
|
CONFIG_DEFAULT_DEVICE_TREE="k3-am69-r5-sk"
|
|
CONFIG_SPL_OF_LIST="k3-am69-r5-sk"
|
|
CONFIG_OF_LIST="k3-am69-r5-sk"
|