[U-Boot] [PATCH 15/31] binman: Move state logic into the state module

2018-09-14 Thread Simon Glass
Rather than reaching into this module from control, move the code that needs this info into state. Signed-off-by: Simon Glass --- tools/binman/control.py | 21 tools/binman/state.py | 43 + 2 files changed, 56 insertions(+), 8 delet

Re: [U-Boot] [PATCH 15/31] binman: Move state logic into the state module

2018-10-02 Thread Simon Glass
On 14 September 2018 at 03:57, Simon Glass wrote: > Rather than reaching into this module from control, move the code that > needs this info into state. > > Signed-off-by: Simon Glass > --- > > tools/binman/control.py | 21 > tools/binman/state.py | 43