From: Seung-Woo Kim Date: Wed, 14 Aug 2024 01:12:12 +0000 (+0900) Subject: scripts: sd_fusing: bpif3: rename 'bootfs_b' part label to 'boot_b' X-Git-Tag: accepted/tizen/unified/20240819.150128~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f30945e7c685a8a77e94c7a957459fc1ea5fd5f1;p=platform%2Fkernel%2Fu-boot.git scripts: sd_fusing: bpif3: rename 'bootfs_b' part label to 'boot_b' Use common 'boot'_{A/B} name instead of 'bootfs_b' like 'boot_a' because tizen-boot-bpif3.scr is changed to use 'boot_${partition_ab}'. Change-Id: I4b4a934ef2769041d1c2a629a2dfebe5681d9698 Signed-off-by: Seung-Woo Kim --- diff --git a/scripts/tizen/sd_fusing.py b/scripts/tizen/sd_fusing.py index f83f621a61..8e9d2e5cfa 100755 --- a/scripts/tizen/sd_fusing.py +++ b/scripts/tizen/sd_fusing.py @@ -738,7 +738,7 @@ class BpiF3(InitParams, SdFusingTargetAB): {"size": 8, "name": "inform", "fstype": "ext4"}, {"size": 256, "name": "hal_a", "binaries": "hal.img"}, - {"size": 128, "name": "bootfs_b", + {"size": 128, "name": "boot_b", "ptype": "C12A7328-F81F-11D2-BA4B-00A0C93EC93B", "binaries_b": "boot.img"}, {"size": 3072, "name": "rootfs_b",