diff options
| author | Nishanth Menon <[email protected]> | 2023-08-25 13:03:02 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-09-08 10:07:12 -0400 |
| commit | 24e271335ef4e721b8aad0f92cfe04053de17c7a (patch) | |
| tree | 2c9647f620f701afd315003460b89a42cf00e11d /arch | |
| parent | 17771b3282157f672d06a9eaf5f1c8619e411b93 (diff) | |
arm: dts: k3-am625-sk-binman: Add labels for unsigned binary
Add labels for unsigned binary to permit over-ride.
Reviewed-by: Mattijs Korpershoek <[email protected]>
Tested-by: Mattijs Korpershoek <[email protected]>
Signed-off-by: Nishanth Menon <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/dts/k3-am625-sk-binman.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/dts/k3-am625-sk-binman.dtsi b/arch/arm/dts/k3-am625-sk-binman.dtsi index a35d6418c25..41277bf4bfd 100644 --- a/arch/arm/dts/k3-am625-sk-binman.dtsi +++ b/arch/arm/dts/k3-am625-sk-binman.dtsi @@ -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 { |
