summaryrefslogtreecommitdiffstats
path: root/scripts/cameo-tag.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/cameo-tag.py')
-rwxr-xr-xscripts/cameo-tag.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cameo-tag.py b/scripts/cameo-tag.py
index 643dd387e8..becd69f8e7 100755
--- a/scripts/cameo-tag.py
+++ b/scripts/cameo-tag.py
@@ -52,7 +52,7 @@ import zlib
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