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-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ee74085c3736fcfba04aaa773dc9a9dd21fe4ea7;p=platform%2Fkernel%2Ftizen-fusing-scripts.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/sd_fusing.py b/sd_fusing.py index f83f621..8e9d2e5 100755 --- a/sd_fusing.py +++ b/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",