]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitcf62fd5afd8977dae8ef801306bf881c8119c22f
treee77b1fbcd3b4e9b564d22bdac74e60b3f93f2650
parent6d43be48ed9cce4f22dcac37b92dbeb929d82ca2
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