[PATCH 3/4] arm: dts: k3-am62-lp-sk-binman: Add binman support

Nitin Yadav n-yadav at ti.com
Wed Sep 27 10:21:04 CEST 2023


Switch to binman for building bootloader images. Reuse
k3-am625-sk-binman and override the dtb names to that
of AM62 LP SK board.

Signed-off-by: Nitin Yadav <n-yadav at ti.com>
---
 arch/arm/dts/k3-am62-lp-sk-binman.dtsi | 29 ++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 arch/arm/dts/k3-am62-lp-sk-binman.dtsi

diff --git a/arch/arm/dts/k3-am62-lp-sk-binman.dtsi b/arch/arm/dts/k3-am62-lp-sk-binman.dtsi
new file mode 100644
index 0000000000..6841bea118
--- /dev/null
+++ b/arch/arm/dts/k3-am62-lp-sk-binman.dtsi
@@ -0,0 +1,29 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
+ * Copyright (C) 2023 Texas Instruments Incorporated - https://www.ti.com/
+ */
+
+#include "k3-am625-sk-binman.dtsi"
+
+#ifdef CONFIG_TARGET_AM625_A53_EVM
+
+#define SPL_AM62_LP_SK_DTB "spl/dts/k3-am62-lp-sk.dtb"
+#define AM62_LP_SK_DTB "u-boot.dtb"
+
+&spl_am625_sk_dtb_unsigned {
+	filename = SPL_AM62_LP_SK_DTB;
+};
+
+&am625_sk_dtb_unsigned {
+	filename = AM62_LP_SK_DTB;
+};
+
+&spl_am625_sk_dtb {
+	filename = SPL_AM62_LP_SK_DTB;
+};
+
+&am625_sk_dtb {
+	filename = AM62_LP_SK_DTB;
+};
+
+#endif
-- 
2.25.1



More information about the U-Boot mailing list