From f99b0bbef39102ca6ffd112eef19283c9a65da6a Mon Sep 17 00:00:00 2001 From: "xianfeng.du" Date: Fri, 21 Jul 2023 13:55:19 +0800 Subject: [PATCH] fixed the issue for submodule update --- build_jesd.sh | 6 +++--- driver/tfu | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build_jesd.sh b/build_jesd.sh index 368e746..240a111 100755 --- a/build_jesd.sh +++ b/build_jesd.sh @@ -1,7 +1,7 @@ set -e git submodule init -git submodule update --remote --recursive +git submodule update --remote --merge --recursive driver/rfic pushd driver/rfic git clean -dxf @@ -9,8 +9,8 @@ git fetch git checkout DEV git pull #git checkout commitid -git submodule init -git submodule update +#git submodule init +#git submodule update make clean echo "#board_type:${BOARD_TYPE}" diff --git a/driver/tfu b/driver/tfu index 7908793..7bd0c4a 160000 --- a/driver/tfu +++ b/driver/tfu @@ -1 +1 @@ -Subproject commit 7908793098da2a3fcc5da3f3f2831c84fe4947f7 +Subproject commit 7bd0c4a6b87b70cf28b0c47eea74b731c9e90e38