Skip to content

Commit 15e4e94

Browse files
kgillsc1728p9
authored andcommitted
[Tools] Removing assertion on legacy crc file creation.
1 parent f92b9d2 commit 15e4e94

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tools/post_compute_crc.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,6 @@ def main():
132132
offset_update.create_padded_image(output_file_legacy,
133133
output_file_legacy_5000,
134134
start, pad_addr, 0x40)
135-
elif start == 0 or start == 0x80000:
136-
pass
137-
else:
138-
assert 0, "Unsupported start address 0x%x" % start
139135

140136
if __name__ == '__main__':
141137
main()

0 commit comments

Comments
 (0)