sbl_patch: fix b16 byte order
This commit is contained in:
+1
-1
@@ -175,7 +175,7 @@ def main():
|
||||
(0x801B76C, '280b0508', '00000708'),
|
||||
(0x8006684, '01f807bd', '46c046c0'),
|
||||
(0x8017AFC, 'bde8fc87', '4af020bb'),
|
||||
(0x802F690, '4798e7fe', '32f05ebd'),
|
||||
(0x802F690, '9847fee7', 'f032bd5e'),
|
||||
]:
|
||||
assert hx(d, va) == exp, (hex(va), hx(d, va))
|
||||
set4(d, va, new)
|
||||
|
||||
Reference in New Issue
Block a user