mirror of https://github.com/thesofproject/sof.git
xtensa-build-zephyr.py: don't git_submodules_update() twice
A second git_submodules_update() immediately after the first one does
not make sense. This looks like something leftover from a past
experiment.
Fixes initial commit 1de3ef3675
("Rewritten xtensa-build-zephyr.sh to
python")
Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
parent
b18f08d095
commit
fc3bc3c805
|
@ -425,8 +425,6 @@ def run_clone_mode():
|
|||
if args.platforms:
|
||||
build_platforms()
|
||||
show_installed_files()
|
||||
else:
|
||||
git_submodules_update()
|
||||
|
||||
def run_point_mode():
|
||||
global west_top, SOF_TOP
|
||||
|
|
Loading…
Reference in New Issue