summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVignesh Raghavendra <vigneshr@ti.com>2024-03-13 23:26:09 +0530
committerPraneeth Bajjuri <praneeth@ti.com>2024-03-13 14:15:42 -0500
commitd2612223375a25f81068d7a7abd86c08cd129a2c (patch)
tree2a635df94768f23e6b4706992b94fa22a891ce68
parent3760cb997fa9022a380818799ceafb0d24778d7c (diff)
arm: dts: k3-am62p-binman: Move to using ti-dm entry type
Move the DM entry in tispl.bin FIT image from default fetching an external blob entry to fetching using ti-dm entry type. This way, the DM entry will be populated by the TI_DM pathname if provided. Else it will resort to the ti-dm.bin file. Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com> Reviewed-by: Neha Malcom Francis <n-francis@ti.com>
-rw-r--r--arch/arm/dts/k3-am62p-sk-binman.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/dts/k3-am62p-sk-binman.dtsi b/arch/arm/dts/k3-am62p-sk-binman.dtsi
index 4d968cd928..6ec23c7310 100644
--- a/arch/arm/dts/k3-am62p-sk-binman.dtsi
+++ b/arch/arm/dts/k3-am62p-sk-binman.dtsi
@@ -235,7 +235,7 @@
content = <&dm>;
keyfile = "custMpk.pem";
};
- dm: blob-ext {
+ dm: ti-dm {
filename = "ti-dm.bin";
};
};
@@ -420,7 +420,7 @@
os = "DM";
load = <0x89000000>;
entry = <0x89000000>;
- blob-ext {
+ ti-dm {
filename = "ti-dm.bin";
};
};