mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
arm: dts: k3-am625-sk-binman: Add labels for unsigned binary
Add labels for unsigned binary to permit over-ride. Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> Tested-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> Signed-off-by: Nishanth Menon <nm@ti.com>
This commit is contained in:
parent
17771b3282
commit
24e271335e
1 changed files with 2 additions and 2 deletions
|
@ -389,7 +389,7 @@
|
|||
type = "flat_dt";
|
||||
arch = "arm";
|
||||
compression = "none";
|
||||
blob {
|
||||
spl_am625_sk_dtb_unsigned: blob {
|
||||
filename = SPL_AM625_SK_DTB;
|
||||
};
|
||||
};
|
||||
|
@ -438,7 +438,7 @@
|
|||
type = "flat_dt";
|
||||
arch = "arm";
|
||||
compression = "none";
|
||||
blob {
|
||||
am625_sk_dtb_unsigned: blob {
|
||||
filename = AM625_SK_DTB;
|
||||
};
|
||||
hash {
|
||||
|
|
Loading…
Reference in a new issue