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:
Marc Herbert 2022-02-22 23:30:56 +00:00 committed by Liam Girdwood
parent b18f08d095
commit fc3bc3c805
1 changed files with 0 additions and 2 deletions

View File

@ -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