Skip to content

Commit

Permalink
scripts: fix CAMEO tag generator
Browse files Browse the repository at this point in the history
What should have been only cosmetic changes, ended up in breaking the
script. Rename UIMAGE_CRC_SLICE back to (the original) UIMAGE_CRC_OFF.

Fixes issue coolsnowwolf#10204 "cameo-tag.py broken"

Reported-by: Markus Stockhausen <[email protected]>
Fixes: f9e840b ("scripts: add CAMEO tag generator")
Signed-off-by: Sander Vanheule <[email protected]>
(cherry picked from commit ebfe66e)
  • Loading branch information
svanheule authored and luizluca committed Jul 9, 2022
1 parent 87e58a4 commit 9081098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cameo-tag.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

READ_UNTIL_EOF = -1
UIMAGE_HEADER_SIZE = 64
UIMAGE_CRC_SLICE = 4
UIMAGE_CRC_OFF = 4
UIMAGE_CRC_END = 8
UIMAGE_NAME_OFF = 32
UIMAGE_NAME_END = 56
Expand Down

0 comments on commit 9081098

Please sign in to comment.