X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tools%2Fbinman%2Fetype%2Fx86_start16.py;h=23d27f0704094b8ab6ff361bf9e0a4e35a0f74c7;hb=25ac0e61fe5612d28cbc98654fb325d762f4411b;hp=01e5b8bc38a01e7323221b79abf80d893ce42854;hpb=e8f80a5a58c9b506453cc0780687e8ed457d30a6;p=u-boot diff --git a/tools/binman/etype/x86_start16.py b/tools/binman/etype/x86_start16.py index 01e5b8bc38..23d27f0704 100644 --- a/tools/binman/etype/x86_start16.py +++ b/tools/binman/etype/x86_start16.py @@ -9,8 +9,8 @@ from entry import Entry from blob import Entry_blob class Entry_x86_start16(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) def GetDefaultFilename(self): return 'u-boot-x86-16bit.bin'