summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rwxr-xr-xutil/mtkheader/gen-bl-img.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/mtkheader/gen-bl-img.py b/util/mtkheader/gen-bl-img.py
index 1627a79f17..32012255f7 100755
--- a/util/mtkheader/gen-bl-img.py
+++ b/util/mtkheader/gen-bl-img.py
@@ -23,7 +23,8 @@ def align(data, size, pattern=b'\0'):
def gen_gfh_info(chip, data):
entries = {
'mt8173': 0x000C1000,
- 'mt8183': 0x00201000
+ 'mt8183': 0x00201000,
+ 'mt8196': 0x02001000,
}
gfh_format = '<44I'