]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Fix up a format string in AssertInList()
authorSimon Glass <sjg@chromium.org>
Sat, 18 May 2019 04:00:50 +0000 (22:00 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 10 Jul 2019 22:52:58 +0000 (16:52 -0600)
commit7e2eb014a385430fb5261b08b3efe0685cc06361
tree0ac1c70ce9fe8dff3c23709991743eec4452ddff
parent1b8ce35d8ca22eaa9330690cec1329562e20de52
binman: Fix up a format string in AssertInList()

Add the missing 's' to the required '%s' here.

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