arm: dts: k3-j721e: binman: Add phandles to override
Allow using phandles to override default dtb configuration. The unsigned dtb blobs are missing phandles, provide the same. Signed-off-by: Nishanth Menon <nm@ti.com>
This commit is contained in:
parent
f3f8ddb2dd
commit
9f19e33a23
|
|
@ -590,7 +590,7 @@
|
|||
type = "flat_dt";
|
||||
arch = "arm";
|
||||
compression = "none";
|
||||
blob {
|
||||
spl_j721e_evm_dtb_unsigned: blob {
|
||||
filename = SPL_J721E_EVM_DTB;
|
||||
};
|
||||
};
|
||||
|
|
@ -656,7 +656,7 @@
|
|||
type = "flat_dt";
|
||||
arch = "arm";
|
||||
compression = "none";
|
||||
blob {
|
||||
j721e_evm_dtb_unsigned: blob {
|
||||
filename = J721E_EVM_DTB;
|
||||
};
|
||||
hash {
|
||||
|
|
|
|||
Loading…
Reference in New Issue