
On Thu, 13 Jul 2023 at 23:55, Manorit Chawdhry m-chawdhry@ti.com wrote:
FIT signature requires the updates to u-boot.dtb and the DTB that we pack don't get updates with the changes of the signature node.
Pack u-boot.dtb as the default DTB so that the signature node changes can be reflected in them.
(Note, this is only packaging the primary platform and the secondary platform will require manual changes for the FIT signature enablement)
Signed-off-by: Manorit Chawdhry m-chawdhry@ti.com [ add additional boards that were missing ] Signed-off-by: Kamlesh Gurudasani kamlesh@ti.com
arch/arm/dts/k3-am625-sk-binman.dtsi | 2 +- arch/arm/dts/k3-am62a-sk-binman.dtsi | 2 +- arch/arm/dts/k3-am64x-binman.dtsi | 2 +- arch/arm/dts/k3-am65x-binman.dtsi | 2 +- arch/arm/dts/k3-j7200-binman.dtsi | 2 +- arch/arm/dts/k3-j721e-binman.dtsi | 2 +- arch/arm/dts/k3-j721s2-binman.dtsi | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org