]> git.baikalelectronics.ru Git - uboot.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)
commit6d43be48ed9cce4f22dcac37b92dbeb929d82ca2
tree9066a5db0a07bb61a98823daaa7d7f97e8b70de9
parent95b9f30b51fc5ad36a354b05d3c1e273fa9ae34c
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