]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Tidy up variables in _RunMicrocodeTest()
authorSimon Glass <sjg@chromium.org>
Fri, 6 Jul 2018 16:27:16 +0000 (10:27 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 9 Jul 2018 15:11:00 +0000 (09:11 -0600)
commit6fa5aad4c8f9a060ac056996c835ba9cac3f09eb
tree3705a28d14421c822231d598ad375bc4a74d952b
parent433ffd5f9f4667562a69f3decc94e0f7f1deda5c
binman: Tidy up variables in _RunMicrocodeTest()

At present we call the three entries first, second and third. Rename them
to reflect their contents instead, for clarity.

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