From 1eea50d7ee0302a7654ac6b9efb518059397f28c Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Wed, 29 Dec 2021 15:35:21 +0800
Subject: [PATCH] update tarball build shell script

---
 bsp/tarball/build.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/bsp/tarball/build.sh b/bsp/tarball/build.sh
index 9f7de33..71dbf6a 100755
--- a/bsp/tarball/build.sh
+++ b/bsp/tarball/build.sh
@@ -3,6 +3,7 @@
 TAR_PATH=`pwd`
 
 # update by top build.sh
+BSP_BRANCH=lf-5.10.52-2.1.0
 SYSTEM=buildroot
 DISTRO=2021.02
 SYSNAME=buildroot
@@ -11,7 +12,6 @@
 
 TARBALL_URL=http://127.0.0.1:2211/imx6ull/bsp
 GIT_URL_NXP="https://source.codeaurora.org/external/imx"
-BSP_BRANCH=lf-5.10.52-2.1.0
 
 function do_fetch_git()
 {

--
Gitblit v1.9.1