diff options
| author | Neha Malcom Francis <n-francis@ti.com> | 2024-05-20 15:29:15 +0530 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2024-06-07 13:58:54 -0600 |
| commit | c9507f07a1d6c92bd1f73fd64384f8c5994be9c2 (patch) | |
| tree | cefa21a4136b22c3e4858f7e6ae75bcb82307d26 /configs/j721e_sk_r5_defconfig | |
| parent | 69060c71dde39fd783013dd0db0a46e5f04389ca (diff) | |
configs: j721e_sk: Move to separate defconfig for J721E SK board
Add defconfig for J721E SK R5 and A72 configuration.
This includes and modifies the J721E EVM defconfigs:
j721e_evm_r5_defconfig -> j721e_sk_r5_defconfig
j721e_evm_a72_defconfig -> j721e_sk_a72_defconfig
Signed-off-by: Neha Malcom Francis <n-francis@ti.com>
Diffstat (limited to 'configs/j721e_sk_r5_defconfig')
| -rw-r--r-- | configs/j721e_sk_r5_defconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/configs/j721e_sk_r5_defconfig b/configs/j721e_sk_r5_defconfig new file mode 100644 index 00000000000..b361c691747 --- /dev/null +++ b/configs/j721e_sk_r5_defconfig @@ -0,0 +1,10 @@ +#include <configs/j721e_evm_r5_defconfig> + +CONFIG_ARM=y +CONFIG_ARCH_K3=y +CONFIG_SOC_K3_J721E=y +CONFIG_TARGET_J721E_R5_EVM=y + +CONFIG_DEFAULT_DEVICE_TREE="k3-j721e-r5-sk" +CONFIG_SPL_OF_LIST="k3-j721e-r5-sk" +CONFIG_OF_LIST="k3-j721e-r5-sk" |
