summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSangYoun Kwak <sy.kwak@samsung.com>2024-06-13 13:33:12 +0900
committerChanwoo Choi <cw00.choi@samsung.com>2024-06-13 04:38:28 +0000
commit8488823a06363e986385b0ce9ef06d50c97d0e5d (patch)
tree2db72cca35b8d643b49a77cb50441417b1a796a4
parent3184ca768e390fb7f33c81516a12da2b6fcb66a7 (diff)
downloadu-boot-8488823a06363e986385b0ce9ef06d50c97d0e5d.tar.gz
u-boot-8488823a06363e986385b0ce9ef06d50c97d0e5d.tar.bz2
u-boot-8488823a06363e986385b0ce9ef06d50c97d0e5d.zip
Modify param files (upgrade-progress-status, upgrade-state)
Since the file name for storing parameters are changed and added, the tuple for params should be modified. * upgrade-status.info -> upgrade-progress-status.info (renamed) * upgrade-state.info (added) Change-Id: Idb1e6536884cbb2a47cc5c92983eaffafd37445f Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
-rwxr-xr-xscripts/tizen/sd_fusing.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/tizen/sd_fusing.py b/scripts/tizen/sd_fusing.py
index 2513bdc078..a046feefc7 100755
--- a/scripts/tizen/sd_fusing.py
+++ b/scripts/tizen/sd_fusing.py
@@ -115,7 +115,8 @@ class Label:
class SdFusingTarget:
params = (('reboot-param.bin', 'norm'),
('reboot-param.info', 'norm'),
- ('upgrade-status.info', '0'))
+ ('upgrade-progress-status.info', '0'),
+ ('upgrade-state.info', 'standby'))
def __init__(self, device, ltype):
# TODO: make a copy of a sublcass part_table