diff mbox series

[V4,5/8] arm: dts: k3-am625-sk-binman: Add labels for unsigned binary

Message ID 20230822184135.2328409-6-nm@ti.com
State Changes Requested
Delegated to: Tom Rini
Headers show
Series board: ti: Add support for BeaglePlay | expand

Commit Message

Nishanth Menon Aug. 22, 2023, 6:41 p.m. UTC
Add labels for unsigned binary to permit over-ride.

Signed-off-by: Nishanth Menon <nm@ti.com>
---
Cc: Simon Glass <sjg@chromium.org>

Changes since V3: None

V3: https://lore.kernel.org/all/20230815164440.2713726-2-nm@ti.com/
V2: https://lore.kernel.org/u-boot/20230727234446.3651836-2-nm@ti.com/
V1: https://lore.kernel.org/all/20230725185253.2123433-3-nm@ti.com/
 arch/arm/dts/k3-am625-sk-binman.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Mattijs Korpershoek Aug. 23, 2023, 8:09 a.m. UTC | #1
On mar., août 22, 2023 at 13:41, Nishanth Menon <nm@ti.com> wrote:

> Add labels for unsigned binary to permit over-ride.
>
> Signed-off-by: Nishanth Menon <nm@ti.com>

Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>

> ---
> Cc: Simon Glass <sjg@chromium.org>
>
> Changes since V3: None
>
> V3: https://lore.kernel.org/all/20230815164440.2713726-2-nm@ti.com/
> V2: https://lore.kernel.org/u-boot/20230727234446.3651836-2-nm@ti.com/
> V1: https://lore.kernel.org/all/20230725185253.2123433-3-nm@ti.com/
>  arch/arm/dts/k3-am625-sk-binman.dtsi | 4 ++--
>  1 file 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 a35d6418c25f..41277bf4bfdb 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 {
> -- 
> 2.40.0
diff mbox series

Patch

diff --git a/arch/arm/dts/k3-am625-sk-binman.dtsi b/arch/arm/dts/k3-am625-sk-binman.dtsi
index a35d6418c25f..41277bf4bfdb 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 {