[PATCH v3 10/31] rockchip: dts: Use the new binman template for the SPI image too
Simon Glass
sjg at chromium.org
Fri Mar 28 16:34:50 CET 2025
At present simple-bin-spi relies on the u-boot.itb file created by the
simple-bin image. Use the template to avoid this, since Binman may
change to process images in parallel in the future.
Signed-off-by: Simon Glass <sjg at chromium.org>
Reviewed-by: Jonas Karlman <jonas at kwiboo.se>
Suggested-by: Jonas Karlman <jonas at kwiboo.se>
---
Changes in v3:
- Keep the filename for the SPI FIT
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 1e4d6f71123..fb304540787 100644
--- a/arch/arm/dts/rockchip-u-boot.dtsi
+++ b/arch/arm/dts/rockchip-u-boot.dtsi
@@ -207,8 +207,8 @@
#ifdef HAS_FIT
fit {
- type = "blob";
filename = "u-boot.itb";
+ insert-template = <&common_part>;
#else
u-boot-img {
#endif
--
2.43.0
More information about the U-Boot
mailing list