[PATCH v10 14/15] configs: am69_sk: Add defconfig for AM69 SK board

Andrew Davis afd at ti.com
Thu Feb 29 18:05:42 CET 2024


On 2/23/24 2:21 PM, Apurva Nandan wrote:
> From: Dasnavis Sabiya <sabiya.d at ti.com>
> 
> 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 at ti.com>
> Signed-off-by: Apurva Nandan <a-nandan at ti.com>
> ---

Reviewed-by: Andrew Davis <afd at ti.com>

>   board/ti/j784s4/MAINTAINERS   |  2 ++
>   configs/am69_sk_a72_defconfig |  9 +++++++++
>   configs/am69_sk_r5_defconfig  | 10 ++++++++++
>   3 files changed, 21 insertions(+)
>   create mode 100644 configs/am69_sk_a72_defconfig
>   create mode 100644 configs/am69_sk_r5_defconfig
> 
> diff --git a/board/ti/j784s4/MAINTAINERS b/board/ti/j784s4/MAINTAINERS
> index 2b6bff2f5be..46f4ba5da96 100644
> --- a/board/ti/j784s4/MAINTAINERS
> +++ b/board/ti/j784s4/MAINTAINERS
> @@ -16,3 +16,5 @@ M:	Apurva Nandan <a-nandan at 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
> diff --git a/configs/am69_sk_a72_defconfig b/configs/am69_sk_a72_defconfig
> new file mode 100644
> index 00000000000..452de887258
> --- /dev/null
> +++ b/configs/am69_sk_a72_defconfig
> @@ -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"
> diff --git a/configs/am69_sk_r5_defconfig b/configs/am69_sk_r5_defconfig
> new file mode 100644
> index 00000000000..2186b9a0490
> --- /dev/null
> +++ b/configs/am69_sk_r5_defconfig
> @@ -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"


More information about the U-Boot mailing list