[PATCH v2 11/35] rockchip: dts: Add an fdtmap
Simon Glass
sjg at chromium.org
Sun Feb 9 22:14:32 CET 2025
Add an fdtmap so it is possible to look at the image with 'binman ls'.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
(no changes since v1)
arch/arm/dts/rockchip-u-boot.dtsi | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/dts/rockchip-u-boot.dtsi b/arch/arm/dts/rockchip-u-boot.dtsi
index 2b01dc66056..64a6b57d5fd 100644
--- a/arch/arm/dts/rockchip-u-boot.dtsi
+++ b/arch/arm/dts/rockchip-u-boot.dtsi
@@ -170,6 +170,8 @@
offset = <CONFIG_SPL_PAD_TO>;
};
#endif
+ fdtmap {
+ };
};
#ifdef CONFIG_ROCKCHIP_SPI_IMAGE
@@ -203,6 +205,8 @@
/* Sync with u-boot,spl-payload-offset if present */
offset = <CONFIG_SYS_SPI_U_BOOT_OFFS>;
};
+ fdtmap {
+ };
};
#endif /* CONFIG_ROCKCHIP_SPI_IMAGE */
};
--
2.43.0
More information about the U-Boot
mailing list