]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit206bc07194f6d498d7ebb1f37207309ab8222625
tree97f73bd34d9eef96afdf5f11a71884e0b67302bf
parent025acdf04f7ea4b8e9d1bacefa0e4fd1ff195186
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