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)
commitc47383114f8cbced067e10035b5b907e87425dd3
tree7dcd1f2dc7189514a05693d8783d88c32c5c1e3a
parentc475decf59a6460bbd706199d8157f2fd2c4f4fc
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