summaryrefslogtreecommitdiff
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.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/binman/etype/cros_ec_rw.py b/tools/binman/etype/cros_ec_rw.py
index 0dbe14b342..7ad62d0265 100644
--- a/tools/binman/etype/cros_ec_rw.py
+++ b/tools/binman/etype/cros_ec_rw.py
@@ -18,5 +18,4 @@ class Entry_cros_ec_rw(Entry_blob_named_by_arg):
updating the EC on startup via software sync.
"""
def __init__(self, section, etype, node):
- Entry_blob_named_by_arg.__init__(self, section, etype, node,
- 'cros-ec-rw')
+ super().__init__(section, etype, node, 'cros-ec-rw')