]> git.dujemihanovic.xyz Git - u-boot.git/commit
buildman: Fix use of 'boards' in func_test
authorSimon Glass <sjg@chromium.org>
Tue, 12 Jul 2022 01:03:58 +0000 (19:03 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 5 Aug 2022 15:47:55 +0000 (11:47 -0400)
commit938fa37c811a9e5483b53d624988363a13468d76
tree9066a5db0a07bb61a98823daaa7d7f97e8b70de9
parentf4ed4706ef6668890bfc906ea3071429fb7f8990
buildman: Fix use of 'boards' in func_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/func_test.py