summaryrefslogtreecommitdiff
path: root/tools/buildman/control.py
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-09-06 01:00:14 (GMT)
committerSimon Glass <sjg@chromium.org>2014-09-09 22:38:28 (GMT)
commitfd03d63f347e28e4e4394245210f048c82c9b085 (patch)
tree4af8efba0ca9a5ae1ea28b9a7a0d340c0a0e0631 /tools/buildman/control.py
parentd4144e45b4245c60f50d456293cad2f53373efcd (diff)
downloadu-boot-fd03d63f347e28e4e4394245210f048c82c9b085.tar.xz
buildman: Set up bsettings outside the control module
Move the bsettings code back to the main buildman.py file, so we can do something different when testing. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/buildman/control.py')
-rw-r--r--tools/buildman/control.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/buildman/control.py b/tools/buildman/control.py
index 213e235..c8eeb6a 100644
--- a/tools/buildman/control.py
+++ b/tools/buildman/control.py
@@ -101,7 +101,6 @@ def DoBuildman(options, args, toolchains=None, make_func=None):
gitutil.Setup()
- bsettings.Setup(options.config_file)
options.git_dir = os.path.join(options.git, '.git')
if not toolchains: