scripts: sd_fusing: Fix a typo about fsbl file name
authorJaehoon Chung <jh80.chung@samsung.com>
Tue, 9 Jul 2024 02:05:13 +0000 (11:05 +0900)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Wed, 4 Dec 2024 11:00:01 +0000 (12:00 +0100)
Fix a typo about fsbl file name.
FSBL.bin is a correct. And remove unnecessary bootcode.

Change-Id: I54adc6bc30bc30446233722dd446c0c9a49d4ec6
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
sd_fusing.py

index f2cf8ae55e35e286e2a681a074a73cae93e6b003..72184b9f0ba153ea7339de5a570b51fd83a56a1f 100755 (executable)
@@ -702,7 +702,7 @@ class BpiF3(InitParams, SdFusingTargetAB):
         {"size": None, "name": "fsbl",
          "start_sector": 256, "size_sectors": 512,
          "ptype":      "C12A7328-F81F-11D2-BA4B-00A0C93EC93B",
-         "binaries":  ["FSL.bin"],},
+         "binaries":  ["FSBL.bin"],},
         {"size": None, "name": "env",
          "start_sector": 768, "size_sectors": 128,
          "ptype":      "C12A7328-F81F-11D2-BA4B-00A0C93EC93B",
@@ -751,9 +751,6 @@ class BpiF3(InitParams, SdFusingTargetAB):
         {"size": 125,  "name": "reserved2"},
     ]
 
-    # bootcode written to the protective MBR, aka RV64 'J 0x4400' (sector 34)
-    bootcode = b'\x6f\x40\x00\x40'
-
     def __init__(self, device, args):
         self.user_partition = 7
         self.reserved_space = 5