configs: Introduce configs for J742S2
Based off j784s4 configs with delta changes for J742S2 [ Add AVS support for J742S2 ] Signed-off-by: Keerthy <j-keerthy@ti.com> Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
This commit is contained in:

committed by
Tom Rini

parent
45d056e275
commit
fe36b22c32
@@ -28,3 +28,5 @@ F: arch/arm/dts/k3-j784s4-j742s2-ddr.dtsi
|
||||
F: arch/arm/dts/k3-j742s2-r5-evm.dts
|
||||
F: arch/arm/dts/k3-j742s2-evm-u-boot.dtsi
|
||||
F: arch/arm/dts/k3-j742s2-ddr-evm-lp4-4266.dtsi
|
||||
F: configs/j742s2_evm_r5_defconfig
|
||||
F: configs/j742s2_evm_a72_defconfig
|
||||
|
9
configs/j742s2_evm_a72_defconfig
Normal file
9
configs/j742s2_evm_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_J742S2_A72_EVM=y
|
||||
|
||||
CONFIG_DEFAULT_DEVICE_TREE="ti/k3-j742s2-evm"
|
||||
CONFIG_SPL_OF_LIST="ti/k3-j742s2-evm"
|
9
configs/j742s2_evm_r5_defconfig
Normal file
9
configs/j742s2_evm_r5_defconfig
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <configs/j784s4_evm_r5_defconfig>
|
||||
|
||||
CONFIG_ARM=y
|
||||
CONFIG_ARCH_K3=y
|
||||
CONFIG_SOC_K3_J784S4=y
|
||||
CONFIG_TARGET_J742S2_R5_EVM=y
|
||||
|
||||
CONFIG_DEFAULT_DEVICE_TREE="k3-j742s2-r5-evm"
|
||||
CONFIG_SPL_OF_LIST="k3-j742s2-r5-evm"
|
Reference in New Issue
Block a user