]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Move state logic into the state module
authorSimon Glass <sjg@chromium.org>
Fri, 14 Sep 2018 10:57:20 +0000 (04:57 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 28 Sep 2018 17:09:01 +0000 (11:09 -0600)
commit8ee2885ed1cd6d821ab9d47f3cecd39383317856
treef0055eaf05007ba0a97da8ab7a0ff54335e7af9c
parent63e101afcc8ca28d08dba530b2a76bb06bb9b456
binman: Move state logic into the state module

Rather than reaching into this module from control, move the code that
needs this info into state.

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