summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVignesh Raghavendra <vigneshr@ti.com>2023-07-14 09:44:17 +0530
committerPraneeth Bajjuri <praneeth@ti.com>2023-07-17 18:34:57 -0500
commite80134b56ded30edfa1b44095f4db062d3a701c9 (patch)
treee3e7ec97caa8b7eba062f0cc34ec88332dc017e2
parentd5a7186e16a96c35cb3895637b6632b023bea076 (diff)
arm: dts: k3-am62-lp-sk-binman: Enable signed fitImage boot
k3-am625-sk-binman.dtsi uses generic u-boot.dtb as dtb file to be packed into u-boot.img hence no need to override with device specific dtb names. And since u-boot.dtb would have signature embedded as part of build process, this will help in authenticated fitImage boot. Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
-rw-r--r--arch/arm/dts/k3-am62-lp-sk-binman.dtsi9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/dts/k3-am62-lp-sk-binman.dtsi b/arch/arm/dts/k3-am62-lp-sk-binman.dtsi
index e1195640be..dcd32450e7 100644
--- a/arch/arm/dts/k3-am62-lp-sk-binman.dtsi
+++ b/arch/arm/dts/k3-am62-lp-sk-binman.dtsi
@@ -8,22 +8,13 @@
#ifdef CONFIG_TARGET_AM625_A53_EVM
#define SPL_AM62_LP_SK_DTB "spl/dts/k3-am62-lp-sk.dtb"
-#define AM62_LP_SK_DTB "arch/arm/dts/k3-am62-lp-sk.dtb"
&spl_am625_sk_dtb {
filename = SPL_AM62_LP_SK_DTB;
};
-&am625_sk_dtb {
- filename = AM62_LP_SK_DTB;
-};
-
&spl_am625_sk_dtb_unsigned {
filename = SPL_AM62_LP_SK_DTB;
};
-&am625_sk_dtb_unsigned {
- filename = AM62_LP_SK_DTB;
-};
-
#endif