arm: dts: k3-*-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: Neha Malcom Francis <n-francis@ti.com>
Reviewed-by: Andrew Davis <afd@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Neha Malcom Francis 2023-12-05 15:12:19 +05:30 committed by Tom Rini
parent 23d2ef91ef
commit 3ef977e085
6 changed files with 12 additions and 12 deletions

View file

@ -161,7 +161,7 @@
content = <&dm>;
keyfile = "custMpk.pem";
};
dm: blob-ext {
dm: ti-dm {
filename = "ti-dm.bin";
};
};
@ -248,7 +248,7 @@
images {
dm {
blob-ext {
ti-dm {
filename = "ti-dm.bin";
};
};

View file

@ -227,7 +227,7 @@
content = <&dm>;
keyfile = "custMpk.pem";
};
dm: blob-ext {
dm: ti-dm {
filename = "ti-dm.bin";
};
};
@ -310,7 +310,7 @@
fit {
images {
dm {
blob-ext {
ti-dm {
filename = "ti-dm.bin";
};
};

View file

@ -164,7 +164,7 @@
content = <&dm>;
keyfile = "custMpk.pem";
};
dm: blob-ext {
dm: ti-dm {
filename = "ti-dm.bin";
};
};
@ -250,7 +250,7 @@
fit {
images {
dm {
blob-ext {
ti-dm {
filename = "ti-dm.bin";
};
};

View file

@ -200,7 +200,7 @@
content = <&dm>;
keyfile = "custMpk.pem";
};
dm: blob-ext {
dm: ti-dm {
filename = "ti-dm.bin";
};
};
@ -285,7 +285,7 @@
fit {
images {
dm {
blob-ext {
ti-dm {
filename = "ti-dm.bin";
};
};

View file

@ -151,7 +151,7 @@
content = <&dm>;
keyfile = "custMpk.pem";
};
dm: blob-ext {
dm: ti-dm {
filename = "ti-dm.bin";
};
};
@ -282,7 +282,7 @@
fit {
images {
dm {
blob-ext {
ti-dm {
filename = "ti-dm.bin";
};
};

View file

@ -164,7 +164,7 @@
content = <&dm>;
keyfile = "custMpk.pem";
};
dm: blob-ext {
dm: ti-dm {
filename = "ti-dm.bin";
};
};
@ -296,7 +296,7 @@
fit {
images {
dm {
blob-ext {
ti-dm {
filename = "ti-dm.bin";
};
};