X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tools%2Fbinman%2Fetype%2Fintel_me.py;h=0682ead943963cf44a8a45fe0ccb6be2b6d7c517;hb=25ac0e61fe5612d28cbc98654fb325d762f4411b;hp=e02e4859877d5d3c2e2eb7f7002ade74491bd877;hpb=f55382b5e55b6922aebe45658ac72381fc205d23;p=u-boot diff --git a/tools/binman/etype/intel_me.py b/tools/binman/etype/intel_me.py index e02e485987..0682ead943 100644 --- a/tools/binman/etype/intel_me.py +++ b/tools/binman/etype/intel_me.py @@ -9,5 +9,5 @@ from entry import Entry from blob import Entry_blob class Entry_intel_me(Entry_blob): - def __init__(self, image, etype, node): - Entry_blob.__init__(self, image, etype, node) + def __init__(self, section, etype, node): + Entry_blob.__init__(self, section, etype, node)