mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-18 02:44:37 +00:00
arm: dts: k3-*-binman: Make default DM file optional
The default DM firmware path is non-optional as of now. Make it optional so that users that choose to provide DM via TI_DM argument instead of BINMAN_INDIRS can do so without build errors. Signed-off-by: Neha Malcom Francis <n-francis@ti.com> Reviewed-by: Kamlesh Gurudasani <kamlesh@ti.com>
This commit is contained in:
parent
4c3a9113d9
commit
279567ad68
7 changed files with 7 additions and 0 deletions
|
@ -149,6 +149,7 @@
|
|||
filename = "ti-dm.bin";
|
||||
blob-ext {
|
||||
filename = "ti-dm/am62xx/ipc_echo_testb_mcu1_0_release_strip.xer5f";
|
||||
optional;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -152,6 +152,7 @@
|
|||
filename = "ti-dm.bin";
|
||||
blob-ext {
|
||||
filename = "ti-dm/am62axx/ipc_echo_testb_mcu1_0_release_strip.xer5f";
|
||||
optional;
|
||||
};
|
||||
};
|
||||
ti-spl {
|
||||
|
|
|
@ -72,6 +72,7 @@
|
|||
|
||||
blob-ext {
|
||||
filename = "ti-dm/am62pxx/ipc_echo_testb_mcu1_0_release_strip.xer5f";
|
||||
optional;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -281,6 +281,7 @@
|
|||
filename = "ti-dm.bin";
|
||||
blob-ext {
|
||||
filename = "ti-dm/j7200/ipc_echo_testb_mcu1_0_release_strip.xer5f";
|
||||
optional;
|
||||
};
|
||||
};
|
||||
ti-spl {
|
||||
|
|
|
@ -307,6 +307,7 @@
|
|||
filename = "ti-dm.bin";
|
||||
blob-ext {
|
||||
filename = "ti-dm/j721e/ipc_echo_testb_mcu1_0_release_strip.xer5f";
|
||||
optional;
|
||||
};
|
||||
};
|
||||
ti-spl {
|
||||
|
|
|
@ -149,6 +149,7 @@
|
|||
filename = "ti-dm.bin";
|
||||
blob-ext {
|
||||
filename = "ti-dm/j721s2/ipc_echo_testb_mcu1_0_release_strip.xer5f";
|
||||
optional;
|
||||
};
|
||||
};
|
||||
ti-spl {
|
||||
|
|
|
@ -170,6 +170,7 @@
|
|||
|
||||
blob-ext {
|
||||
filename = "ti-dm/j784s4/ipc_echo_testb_mcu1_0_release_strip.xer5f";
|
||||
optional;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue