binman: Drop an unused arg in Entry.Lookup()
authorSimon Glass <sjg@chromium.org>
Mon, 8 Jul 2019 20:25:31 +0000 (14:25 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 24 Jul 2019 19:54:08 +0000 (12:54 -0700)
commitc073ced7a325b46dab14183af26e4b8bc3c4f3d0
tree97f73bd34d9eef96afdf5f11a71884e0b67302bf
parent8287ee852d23b81bda364f9a4ed11c2fcc17da43
binman: Drop an unused arg in Entry.Lookup()

The first argument is not used. Remove it.

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