binman: Use items() instead of iteritems()
authorSimon Glass <sjg@chromium.org>
Tue, 14 May 2019 21:53:41 +0000 (15:53 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 10 Jul 2019 22:52:45 +0000 (16:52 -0600)
commit509791542816ce984ac4716827205de49b82b282
treee8356f14089e13bbc8bc1c6d792ca0c6e20a60c6
parent4a4c5dd43f02f60717ef121aa4bb89a85465ff3c
binman: Use items() instead of iteritems()

Python 3 requires this, and Python 2 allows it. Convert the code over to
ensure compatibility with Python 3.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/bsection.py
tools/binman/control.py
tools/binman/elf.py
tools/binman/etype/gbb.py
tools/binman/ftest.py