From: Marek Szyprowski Date: Tue, 24 Sep 2024 09:09:02 +0000 (+0200) Subject: Revert "tizen: sd_fusing.py: change partition of vf2* for backward compatibility" X-Git-Tag: accepted/tizen/unified/20241126.175211~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dda7c430e6a15f523366e15bb9d9d121f7629700;p=platform%2Fkernel%2Fu-boot.git 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 --- 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",