From: Jacek Kryszyn Date: Mon, 23 Sep 2024 04:44:49 +0000 (+0200) Subject: scripts: sd_fusing: RV64: remove unnecessary partitions X-Git-Tag: accepted/tizen/unified/20241126.175211~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2f1ada1549d5e1f6c45a09650afe2242e8b75ebc;p=platform%2Fkernel%2Fu-boot.git 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 --- 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",