]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Correct init of entry in Entry class
authorSimon Glass <sjg@chromium.org>
Tue, 23 Nov 2021 18:03:43 +0000 (11:03 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 2 Dec 2021 16:16:30 +0000 (09:16 -0700)
commit1e284996753bfd06ba9e0ce2cf70c3be6eed0829
tree7dcd1f2dc7189514a05693d8783d88c32c5c1e3a
parent3549f9be788eab110460be8f7ed8370b266bf24f
binman: Correct init of entry in Entry class

This should not have an underscore. Drop it so that derived classes can
rely on it being set correctly.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/entry.py