aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/etype/cros_ec_rw.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/etype/cros_ec_rw.py')
-rw-r--r--tools/binman/etype/cros_ec_rw.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/binman/etype/cros_ec_rw.py b/tools/binman/etype/cros_ec_rw.py
index 7ad62d0..741372e 100644
--- a/tools/binman/etype/cros_ec_rw.py
+++ b/tools/binman/etype/cros_ec_rw.py
@@ -19,3 +19,4 @@ class Entry_cros_ec_rw(Entry_blob_named_by_arg):
"""
def __init__(self, section, etype, node):
super().__init__(section, etype, node, 'cros-ec-rw')
+ self.external = True