From b4d676ceca9ba2666ad90d4492c3e315c497e61f Mon Sep 17 00:00:00 2001 From: Marek Szyprowski Date: Tue, 13 Aug 2024 15:15:33 +0200 Subject: [PATCH] scripts: sd_fusing: bpif3: rename FAT 'boot' partition to the common 'boot_a' Use common 'boot_a' name for the first 'boot' partition. Signed-off-by: Marek Szyprowski Change-Id: I60a4461ce0c9326f722c351ed5a1c20ee6dd06ca --- sd_fusing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sd_fusing.py b/sd_fusing.py index 1fb061c..f4d77d1 100755 --- a/sd_fusing.py +++ b/sd_fusing.py @@ -720,7 +720,7 @@ class BpiF3(InitParams, SdFusingTargetAB): "start_sector": 4096, "size_sectors": 4096, "ptype": "C12A7328-F81F-11D2-BA4B-00A0C93EC93B", "binaries": ["u-boot.itb"],}, - {"size": 256, "name": "bootfs", + {"size": 256, "name": "boot_a", "ptype": "C12A7328-F81F-11D2-BA4B-00A0C93EC93B", "binaries": "boot.img"}, {"size": 3072, "name": "rootfs_a", -- 2.34.1