Revert "tizen: sd_fusing.py: change partition of vf2* for backward compatibility" 64/317764/4
authorMarek Szyprowski <m.szyprowski@samsung.com>
Tue, 24 Sep 2024 09:09:02 +0000 (11:09 +0200)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 1 Oct 2024 22:46:19 +0000 (07:46 +0900)
Remove the unused 'none' partition entry for VF2 boards. The initrd-flash
package has been finally fixed to rely on the GPT partition names instead
of the hardcoded numbers, so there really no need to keep this partition.

This reverts commit 15b42595fc8af2c95943adef62c170c6750f4f0f.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: Ie01359d164b934a1b3cb720a1273c42fe4a7ba77

scripts/tizen/sd_fusing.py

index d4995a9b2792623795ccb9dc4a576d884902f919..82c1684f774b8141fd2f0b5447845dcffc3b6050 100755 (executable)
@@ -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",