From 093fb7d7d4c43109303df3c398a4a5d9a90d51fd Mon Sep 17 00:00:00 2001 From: Jacek Kryszyn Date: Mon, 23 Sep 2024 06:44:49 +0200 Subject: [PATCH] scripts: sd_fusing: RV64: remove unnecessary partitions This change removes unnecessary partitions from RV64 target: - SPL, - u-boot, - none. Change-Id: I4fc8ab653712d91864fc16be24e8caf0359071a2 Signed-off-by: Jacek Kryszyn --- scripts/tizen/sd_fusing.py | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/scripts/tizen/sd_fusing.py b/scripts/tizen/sd_fusing.py index 3368dbbe90..614a12e993 100755 --- a/scripts/tizen/sd_fusing.py +++ b/scripts/tizen/sd_fusing.py @@ -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", -- 2.34.1