mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-11 15:34:55 +00:00

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