[PATCH v2 09/35] rockchip: dts: Correct the OS for U-Boot
Simon Glass
sjg at chromium.org
Sun Feb 9 22:14:30 CET 2025
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>
Reviewed-by: Jonas Karlman <jonas at kwiboo.se>
---
Changes in v2:
- Put this patch before 'Factor out arch and compression'
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 c8c928c7e50..e9ed1d4b573 100644
--- a/arch/arm/dts/rockchip-u-boot.dtsi
+++ b/arch/arm/dts/rockchip-u-boot.dtsi
@@ -50,7 +50,7 @@
u-boot {
description = "U-Boot";
type = "standalone";
- os = "U-Boot";
+ os = "u-boot";
#ifdef CONFIG_ARM64
arch = "arm64";
#else
--
2.43.0
More information about the U-Boot
mailing list