scripts: sd_fusing: bpif3: rename FAT 'boot' partition to the common 'boot_a' 03/316103/1
authorMarek Szyprowski <m.szyprowski@samsung.com>
Tue, 13 Aug 2024 13:15:33 +0000 (15:15 +0200)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Tue, 13 Aug 2024 13:22:24 +0000 (15:22 +0200)
Use common 'boot_a' name for the first 'boot' partition.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: I60a4461ce0c9326f722c351ed5a1c20ee6dd06ca

scripts/tizen/sd_fusing.py

index 1fb061c4e91fd12c1c81f1db64a115da2bdfea13..f4d77d11b7e8508453df42db4d82c352a93e4815 100755 (executable)
@@ -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",