projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ec4e58
)
scripts: sd_fusing: bpif3: rename 'bootfs_b' part label to 'boot_b'
author
Seung-Woo Kim
<sw0312.kim@samsung.com>
Wed, 14 Aug 2024 01:12:12 +0000
(10:12 +0900)
committer
Jaehoon 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
patch
|
blob
|
history
diff --git
a/scripts/tizen/sd_fusing.py
b/scripts/tizen/sd_fusing.py
index f83f621a61ec66a311730c10335f788797de297b..8e9d2e5cfafd09e7ba21af64908b8cb3e735b54b 100755
(executable)
--- 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": "boot
fs
_b",
+ {"size": 128, "name": "boot_b",
"ptype": "C12A7328-F81F-11D2-BA4B-00A0C93EC93B",
"binaries_b": "boot.img"},
{"size": 3072, "name": "rootfs_b",