[PATCH 11/29] rockchip: dts: Correct the OS for U-Boot
Jonas Karlman
jonas at kwiboo.se
Wed Feb 5 23:39:28 CET 2025
Hi Simon,
On 2025-02-05 02:55, Simon Glass wrote:
> The U-Boot section is currently getting an invalid OS. Use the correct
> value to fix this.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
This should happen earlier in the series or as a standalone fix, with
that fixed this is:
Reviewed-by: Jonas Karlman <jonas at kwiboo.se>
Regards,
Jonas
> ---
>
> arch/arm/dts/rockchip-u-boot.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/dts/rockchip-u-boot.dtsi b/arch/arm/dts/rockchip-u-boot.dtsi
> index 4cf7c49a74c..281119a53d3 100644
> --- a/arch/arm/dts/rockchip-u-boot.dtsi
> +++ b/arch/arm/dts/rockchip-u-boot.dtsi
> @@ -48,7 +48,7 @@
> u-boot {
> description = "U-Boot";
> type = "standalone";
> - os = "U-Boot";
> + os = "u-boot";
> arch = ARCH;
> compression = COMP;
> load = <CONFIG_TEXT_BASE>;
More information about the U-Boot
mailing list