mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
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>
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user