buildman: Fix use of 'boards' in test
authorSimon Glass <sjg@chromium.org>
Tue, 12 Jul 2022 01:03:59 +0000 (19:03 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 5 Aug 2022 15:47:55 +0000 (11:47 -0400)
commitfd1b507e6038e3eafb2c8f9a198eb3a03b239f52
treee77b1fbcd3b4e9b564d22bdac74e60b3f93f2650
parent938fa37c811a9e5483b53d624988363a13468d76
buildman: Fix use of 'boards' in test

We want to create a module called 'boards' so avoid use of this variable
name in this module. Change the global to be capitalised, as required by
Python style.

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