From: Jaehoon Chung Date: Tue, 9 Jul 2024 02:05:13 +0000 (+0900) Subject: scripts: sd_fusing: Fix a typo about fsbl file name X-Git-Tag: accepted/tizen/unified/20241126.175211~48 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5ff0e779f9c35a096953d09e2b28e4c3b163b394;p=platform%2Fkernel%2Fu-boot.git scripts: sd_fusing: Fix a typo about fsbl file name Fix a typo about fsbl file name. FSBL.bin is a correct. And remove unnecessary bootcode. Change-Id: I54adc6bc30bc30446233722dd446c0c9a49d4ec6 Signed-off-by: Jaehoon Chung --- diff --git a/scripts/tizen/sd_fusing.py b/scripts/tizen/sd_fusing.py index f2cf8ae55e..72184b9f0b 100755 --- a/scripts/tizen/sd_fusing.py +++ b/scripts/tizen/sd_fusing.py @@ -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