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>
This commit is contained in:
Vignesh Raghavendra 2023-07-14 09:44:17 +05:30 committed by Praneeth Bajjuri
parent d5a7186e16
commit e80134b56d
1 changed files with 0 additions and 9 deletions

View File

@ -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