buildman: Avoid using board as a variable
authorSimon Glass <sjg@chromium.org>
Tue, 12 Jul 2022 01:03:57 +0000 (19:03 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 5 Aug 2022 15:47:55 +0000 (11:47 -0400)
commitf4ed4706ef6668890bfc906ea3071429fb7f8990
treeaaedf63d83d5af5ef48592bcafcf8bd49bc839d5
parentae1a09f8039a064135629e3b37e108e8ee1814b3
buildman: Avoid using board as a variable

We have a module called 'board'. Sometimes buildman uses 'brd' as an
instance variable but sometimes it uses 'board', which is confusing and
can mess with the module handling. Update the code to use 'brd'
consistently, making it easier for tools to determine when the module
is being referenced.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/board.py
tools/buildman/builder.py
tools/buildman/builderthread.py
tools/buildman/func_test.py
tools/buildman/test.py
tools/buildman/toolchain.py