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";
|
type = "flat_dt";
|
||||||
arch = "arm";
|
arch = "arm";
|
||||||
compression = "none";
|
compression = "none";
|
||||||
blob {
|
spl_j721e_evm_dtb_unsigned: blob {
|
||||||
filename = SPL_J721E_EVM_DTB;
|
filename = SPL_J721E_EVM_DTB;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
@ -656,7 +656,7 @@
|
||||||
type = "flat_dt";
|
type = "flat_dt";
|
||||||
arch = "arm";
|
arch = "arm";
|
||||||
compression = "none";
|
compression = "none";
|
||||||
blob {
|
j721e_evm_dtb_unsigned: blob {
|
||||||
filename = J721E_EVM_DTB;
|
filename = J721E_EVM_DTB;
|
||||||
};
|
};
|
||||||
hash {
|
hash {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue