From 960f5677f087e77973963aee4e5a2f0a0dcd3729 Mon Sep 17 00:00:00 2001 From: Marek Szyprowski Date: Tue, 24 Sep 2024 11:09:02 +0200 Subject: 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 Change-Id: Ie01359d164b934a1b3cb720a1273c42fe4a7ba77 --- scripts/tizen/sd_fusing.py | 4 +--- 1 file changed, 1 insertion(+), 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", -- cgit v1.2.3