X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tools%2Fbinman%2Fetype%2F_testing.py;h=c376dd5c9ca296d3b87618f36a0a4d589ddccd78;hb=25ac0e61fe5612d28cbc98654fb325d762f4411b;hp=1783098c01cd263c6c9ff166072c76e3556f2367;hpb=7ceae0eac04154a651caf2b1c8399fefd3de308d;p=u-boot diff --git a/tools/binman/etype/_testing.py b/tools/binman/etype/_testing.py index 1783098c01..c376dd5c9c 100644 --- a/tools/binman/etype/_testing.py +++ b/tools/binman/etype/_testing.py @@ -1,8 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0+ # Copyright (c) 2016 Google, Inc # Written by Simon Glass # -# SPDX-License-Identifier: GPL-2.0+ -# # Entry-type module for testing purposes. Not used in real images. # @@ -11,8 +10,8 @@ import fdt_util import tools class Entry__testing(Entry): - def __init__(self, image, etype, node): - Entry.__init__(self, image, etype, node) + def __init__(self, section, etype, node): + Entry.__init__(self, section, etype, node) def ObtainContents(self): self.data = 'a'