summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/tizen/sd_fusing.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/tizen/sd_fusing.py b/scripts/tizen/sd_fusing.py
index d4995a9b27..82c1684f77 100755
--- a/scripts/tizen/sd_fusing.py
+++ b/scripts/tizen/sd_fusing.py
@@ -15,7 +15,7 @@ import sys
import tarfile
import tempfile
-__version__ = "1.1.11"
+__version__ = "1.1.12"
Format = False
Device = ""
@@ -602,7 +602,6 @@ class VF2(InitParams, SdFusingTargetAB):
{"size": 128, "name": "boot_a",
"ptype": "C12A7328-F81F-11D2-BA4B-00A0C93EC93B",
"binaries": "boot.img"},
- {"size": 36, "name": "none"},
{"size": 3072, "name": "rootfs_a",
"binaries": "rootfs.img"},
{"size": 1344, "name": "system-data",
@@ -654,7 +653,6 @@ class VF2Super(InitParams, SdFusingTargetAB):
{"size": 128, "name": "boot_a",
"ptype": "C12A7328-F81F-11D2-BA4B-00A0C93EC93B",
"binaries": "boot.img"},
- {"size": 36, "fstype": "raw", "name": "none"},
{"size": 6656, "name": "super",
"binaries": "super.img"},
{"size": 1344, "name": "system-data",