scripts: sd_fusing: RV64: remove unnecessary partitions 56/317956/6
authorJacek Kryszyn <j.kryszyn@samsung.com>
Mon, 23 Sep 2024 04:44:49 +0000 (06:44 +0200)
committerJacek Kryszyn <j.kryszyn@samsung.com>
Mon, 23 Sep 2024 07:31:34 +0000 (09:31 +0200)
This change removes unnecessary partitions from RV64 target:
- SPL,
- u-boot,
- none.

Change-Id: I4fc8ab653712d91864fc16be24e8caf0359071a2
Signed-off-by: Jacek Kryszyn <j.kryszyn@samsung.com>
scripts/tizen/sd_fusing.py

index 3368dbbe90c1c80bf27f1b7468021b5aac0b6c19..614a12e99346429d7617f8c129b1ff30556a6eaf 100755 (executable)
@@ -477,16 +477,9 @@ class Rpi4AoT(InitParams, SdFusingTargetAB):
 class RV64(InitParams, SdFusingTarget):
     long_name = "QEMU RISC-V 64-bit"
     part_table = [
-        {"size": 2,    "name": "SPL", "start": 4,
-         "ptype":      "2E54B353-1271-4842-806F-E436D6AF6985",
-         "binaries":   ""},
-        {"size": 4,    "name": "u-boot",
-         "ptype":      "5B193300-FC78-40CD-8002-E86C45580B47",
-         "binaries":  ["u-boot.img", "u-boot.itb"],},
-        {"size": 292,  "name": "boot_a",
+        {"size": 292,  "name": "boot_a", "start": 4,
          "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",