[PATCH 2/2] configs: add defconfigs for the am625-lp-sk
Dhruva Gole
d-gole at ti.com
Fri May 3 07:30:31 CEST 2024
On Apr 30, 2024 at 14:57:46 -0500, Bryan Brattlof wrote:
> The am62x-lp-sk is a package and reference board spin of the am62x-sk to
> showcase the low-power features of the am62x SoC family. Because it so
> closely resembles the am62x-sk board, us the preprocessor to inherit its
s/us/use
> configuration making the needed changes for this board.
>
> Signed-off-by: Bryan Brattlof <bb at ti.com>
> ---
> configs/am62x_lp_sk_a53_defconfig | 3 +++
> configs/am62x_lp_sk_r5_defconfig | 2 ++
> 2 files changed, 5 insertions(+)
>
> diff --git a/configs/am62x_lp_sk_a53_defconfig b/configs/am62x_lp_sk_a53_defconfig
> new file mode 100644
> index 0000000000000..904b2142b2f53
> --- /dev/null
> +++ b/configs/am62x_lp_sk_a53_defconfig
> @@ -0,0 +1,3 @@
> +#include <configs/am62x_evm_a53_defconfig>
> +CONFIG_DEFAULT_DEVICE_TREE="ti/k3-am62-lp-sk"
> +CONFIG_OF_UPSTREAM=y
> diff --git a/configs/am62x_lp_sk_r5_defconfig b/configs/am62x_lp_sk_r5_defconfig
> new file mode 100644
> index 0000000000000..93b3922e6fec5
> --- /dev/null
> +++ b/configs/am62x_lp_sk_r5_defconfig
> @@ -0,0 +1,2 @@
> +#include <configs/am62x_evm_r5_defconfig>
> +CONFIG_DEFAULT_DEVICE_TREE="k3-am62-r5-lp-sk"
Reviewed-by: Dhruva Gole <d-gole at ti.com>
--
Best regards,
Dhruva Gole <d-gole at ti.com>
More information about the U-Boot
mailing list