aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-11-09 19:14:51 -0700
committerSimon Glass <sjg@chromium.org>2022-11-22 15:13:35 -0700
commit301cd7431a5811092c9f0569c3334fd0d795d480 (patch)
treed626fefa691e16e99d04faa23ebc9ecd808c97fa /tools
parentb144b93ea9ed862468842a20dace2e465ea5ac9c (diff)
downloadu-boot-301cd7431a5811092c9f0569c3334fd0d795d480.zip
u-boot-301cd7431a5811092c9f0569c3334fd0d795d480.tar.gz
u-boot-301cd7431a5811092c9f0569c3334fd0d795d480.tar.bz2
buildman: Ensure config_fname is inited
Init this variable at the top level since it is a global. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/buildman/bsettings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/buildman/bsettings.py b/tools/buildman/bsettings.py
index dcc200e..9b93b7a 100644
--- a/tools/buildman/bsettings.py
+++ b/tools/buildman/bsettings.py
@@ -5,6 +5,7 @@ import configparser
import os
import io
+config_fname = None
def Setup(fname=''):
"""Set up the buildman settings module by reading config files