From: Jaehoon Chung Date: Fri, 28 Apr 2023 06:49:44 +0000 (+0900) Subject: scripts: tizen: sf_fusing_vf2: add u-boot.itb to flash u-boot X-Git-Tag: accepted/tizen/unified/20230703.143011~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F22%2F292222%2F2;p=platform%2Fkernel%2Fu-boot.git scripts: tizen: sf_fusing_vf2: add u-boot.itb to flash u-boot Mainline u-boot is using u-boot.itb instead ob u-boot.img. To flash correct u-boot image, add u-boot.itb in table. Change-Id: I4ffe88d97b151e847475c489a2fe85ea7850bf22 Signed-off-by: Jaehoon Chung --- diff --git a/scripts/tizen/sd_fusing_vf2.sh b/scripts/tizen/sd_fusing_vf2.sh index c6c6311087..c029ba5cb7 100755 --- a/scripts/tizen/sd_fusing_vf2.sh +++ b/scripts/tizen/sd_fusing_vf2.sh @@ -16,6 +16,7 @@ declare -i ab_option=0 declare -a PART_TABLE=( "u-boot-spl.bin.normal.out" 1 4M SPL raw "u-boot.img" 2 4M u-boot raw + "u-boot.itb" 2 4M u-boot raw "boot.img" 3 4M boot_a vfat "rootfs.img" 5 4M rootfs_a ext4 "system-data.img" 6 4M system-data ext4