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.
Drop the filename to prevent another image being created which uses the u-boot.itb file. Signed-off-by: Simon Glass <s...@chromium.org> Suggested-by: Jonas Karlman <jo...@kwiboo.se> --- (no changes since v1) arch/arm/dts/rockchip-u-boot.dtsi | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/arch/arm/dts/rockchip-u-boot.dtsi b/arch/arm/dts/rockchip-u-boot.dtsi index 281119a53d3..79f4188b76b 100644 --- a/arch/arm/dts/rockchip-u-boot.dtsi +++ b/arch/arm/dts/rockchip-u-boot.dtsi @@ -41,7 +41,6 @@ #endif #address-cells = <1>; fit,fdt-list = "of-list"; - filename = "u-boot.itb"; fit,external-offset = <CONFIG_FIT_EXTERNAL_OFFSET>; fit,align = <512>; images { @@ -208,8 +207,7 @@ #if defined(CONFIG_ARM64) || defined(CONFIG_SPL_OPTEE_IMAGE) fit { - type = "blob"; - filename = "u-boot.itb"; + insert-template = <&common_part>; #else u-boot-img { #endif -- 2.43.0