]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: Fix up ProcessUpdateContents error and comments
authorSimon Glass <sjg@chromium.org>
Mon, 8 Jul 2019 20:25:33 +0000 (14:25 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 24 Jul 2019 19:54:08 +0000 (12:54 -0700)
commit5b463fc26ea5a932d40845ec4eac6ff7e968756f
treede02aaff870a52b35779f6f2ce2c1b25bc816279
parente430440232e455c0b670a3f5647fbab649e34f4b
binman: Fix up ProcessUpdateContents error and comments

This function raises an exception with its arguments around the wrong way
so the message is incorrect. Fix this as well as a few minor comment
problems.

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