From c48d3096fabe78f924f6c46b78f6f5827adb9f2d 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 --- scripts/tizen/sd_fusing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tizen/sd_fusing.py b/scripts/tizen/sd_fusing.py index 1fb061c4e9..f4d77d11b7 100755 --- a/scripts/tizen/sd_fusing.py +++ b/scripts/tizen/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