]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: Update entry_test to support Python 3
authorSimon Glass <sjg@chromium.org>
Sat, 18 May 2019 04:00:47 +0000 (22:00 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 10 Jul 2019 22:52:58 +0000 (16:52 -0600)
commit0199d19349ee0e5cc65dae4a453eb9c4074fb685
treed901ea0afd8e94cad0ca2633ed661ef60556665d
parentc6c10e77fb48f3e55857e379be86384fbcdc19d5
binman: Update entry_test to support Python 3

The reload() function is in a different place in Python 3. Update the code
to handle this.

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