summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szyprowski <m.szyprowski@samsung.com>2024-09-24 11:09:02 +0200
committerJaehoon Chung <jh80.chung@samsung.com>2024-10-02 07:46:19 +0900
commit960f5677f087e77973963aee4e5a2f0a0dcd3729 (patch)
treede7c87d1a476e7576f4a419bf93ccc5662218570
parentbb5965aca85c234f22039c34319d1507d9f5260d (diff)
downloadu-boot-960f5677f087e77973963aee4e5a2f0a0dcd3729.tar.gz
u-boot-960f5677f087e77973963aee4e5a2f0a0dcd3729.tar.bz2
u-boot-960f5677f087e77973963aee4e5a2f0a0dcd3729.zip
Revert "tizen: sd_fusing.py: change partition of vf2* for backward compatibility"
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
-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",