mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 18:04:48 +00:00
configs: am69_sk: Add defconfig for AM69 SK board
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
This commit is contained in:
parent
2641f6ddd1
commit
740759d558
3 changed files with 21 additions and 0 deletions
|
@ -16,3 +16,5 @@ M: Apurva Nandan <a-nandan@ti.com>
|
|||
S: Maintained
|
||||
F: arch/arm/dts/k3-am69-sk-u-boot.dtsi
|
||||
F: arch/arm/dts/k3-am69-r5-sk.dts
|
||||
F: configs/am69_sk_r5_defconfig
|
||||
F: configs/am69_sk_a72_defconfig
|
||||
|
|
9
configs/am69_sk_a72_defconfig
Normal file
9
configs/am69_sk_a72_defconfig
Normal file
|
@ -0,0 +1,9 @@
|
|||
#include <configs/j784s4_evm_a72_defconfig>
|
||||
|
||||
CONFIG_ARM=y
|
||||
CONFIG_ARCH_K3=y
|
||||
CONFIG_SOC_K3_J784S4=y
|
||||
CONFIG_TARGET_J784S4_A72_EVM=y
|
||||
|
||||
CONFIG_DEFAULT_DEVICE_TREE="ti/k3-am69-sk"
|
||||
CONFIG_OF_LIST="ti/k3-am69-sk"
|
10
configs/am69_sk_r5_defconfig
Normal file
10
configs/am69_sk_r5_defconfig
Normal file
|
@ -0,0 +1,10 @@
|
|||
#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"
|
Loading…
Add table
Reference in a new issue