commit | f4ed4706ef6668890bfc906ea3071429fb7f8990 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 11 19:03:57 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 05 11:47:55 2022 -0400 |
tree | aaedf63d83d5af5ef48592bcafcf8bd49bc839d5 | |
parent | ae1a09f8039a064135629e3b37e108e8ee1814b3 [diff] |
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>