diff options
author | Seung-Woo Kim <sw0312.kim@samsung.com> | 2024-08-14 10:12:12 +0900 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2024-08-14 10:15:35 +0900 |
commit | f30945e7c685a8a77e94c7a957459fc1ea5fd5f1 (patch) | |
tree | d8fbca7dd6966f4644b3cacbf375624dffcd1d1f | |
parent | 97eab3ee710a2e659a4ad3d032311e9e87ce0e44 (diff) | |
download | u-boot-f30945e7c685a8a77e94c7a957459fc1ea5fd5f1.tar.gz u-boot-f30945e7c685a8a77e94c7a957459fc1ea5fd5f1.tar.bz2 u-boot-f30945e7c685a8a77e94c7a957459fc1ea5fd5f1.zip |
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 <sw0312.kim@samsung.com>
-rwxr-xr-x | scripts/tizen/sd_fusing.py | 2 |
1 files changed, 1 insertions, 1 deletions
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", |