From: Jonas Karlman Date: Thu, 12 Dec 2024 23:57:13 +0000 (+0000) Subject: rockchip: rk3399-gru: Include binman generated FIT in u-boot.rom image X-Git-Tag: v2025.04-rc1~66^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55c9e3e5b212440178f389c55096000d9469afae;p=pandora-u-boot.git rockchip: rk3399-gru: Include binman generated FIT in u-boot.rom image The u-boot.rom image contain u-boot.img FIT instead of the FIT generated by binman for the u-boot-rockchip.bin image. Change to include the binman generated FIT for the u-boot.rom image. This change result in TF-A being included and the use sha256 instead of crc32 checksum in the u-boot.rom FIT. Signed-off-by: Jonas Karlman Reviewed-by: Kever Yang --- diff --git a/arch/arm/dts/rk3399-u-boot.dtsi b/arch/arm/dts/rk3399-u-boot.dtsi index bd7527dde22..70f35b6c197 100644 --- a/arch/arm/dts/rk3399-u-boot.dtsi +++ b/arch/arm/dts/rk3399-u-boot.dtsi @@ -50,7 +50,9 @@ u-boot-spl { }; }; - u-boot-img { + fit { + type = "blob"; + filename = "u-boot.itb"; offset = ; }; u-boot {