scripts: sd_fusing: bpif3: rename 'bootfs_b' part label to 'boot_b'
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 14 Aug 2024 01:12:12 +0000 (10:12 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 28 Oct 2024 11:28:47 +0000 (20:28 +0900)
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 <sw0312.kim@samsung.com>
scripts/tizen/sd_fusing.py

index f83f621a61ec66a311730c10335f788797de297b..8e9d2e5cfafd09e7ba21af64908b8cb3e735b54b 100755 (executable)
@@ -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",