
Hi Nitin,
On Oct 30, 2023 at 16:31:37 +0530, Nitin Yadav wrote:
Add defconfig fragments for AM62x LP SK for for AM62x LP SK.
Please check and re-word the commit message.
Signed-off-by: Nitin Yadav n-yadav@ti.com
board/ti/am62x/am62x_lpsk_a53.config | 5 +++++ board/ti/am62x/am62x_lpsk_r5.config | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 board/ti/am62x/am62x_lpsk_a53.config create mode 100644 board/ti/am62x/am62x_lpsk_r5.config
diff --git a/board/ti/am62x/am62x_lpsk_a53.config b/board/ti/am62x/am62x_lpsk_a53.config new file mode 100644 index 0000000000..a568324997 --- /dev/null +++ b/board/ti/am62x/am62x_lpsk_a53.config @@ -0,0 +1,5 @@ +# Defconfig fragment to apply on top of am62x_evm_a53_defconfig
+CONFIG_DEFAULT_DEVICE_TREE="k3-am62-lp-sk" +CONFIG_SPL_OF_LIST="k3-am62-lp-sk" +CONFIG_OF_LIST="k3-am62-lp-sk" diff --git a/board/ti/am62x/am62x_lpsk_r5.config b/board/ti/am62x/am62x_lpsk_r5.config new file mode 100644 index 0000000000..1532f4e336 --- /dev/null +++ b/board/ti/am62x/am62x_lpsk_r5.config @@ -0,0 +1,5 @@ +# Defconfig fragment to apply on top of am62x_evm_r5_defconfig
+CONFIG_DEFAULT_DEVICE_TREE="k3-am62-r5-lp-sk" +CONFIG_SPL_OF_LIST="k3-am62-r5-lp-sk" +CONFIG_OF_LIST="k3-am62-r5-lp-sk"
Changes look fine, so with commit message fixed,
Reviewed-by: Dhruva Gole d-gole@ti.com
-- 2.25.1