Skip to content

Commit 534428a

Browse files
Use BBR ACS main branch
1 parent a5c68ac commit 534428a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

SystemReady-band/build-scripts/get_source.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,7 @@ get_linux-acs_src()
168168
get_bbr_acs_src()
169169
{
170170
echo "Downloading Arm BBR source code."
171-
#git clone https://github.com/ARM-software/bbr-acs.git bbr-acs
172-
##TODO revert back to main branch
173-
git clone --branch SR_execution_enviroment https://github.com/ARM-software/bbr-acs.git bbr-acs
171+
git clone https://github.com/ARM-software/bbr-acs.git bbr-acs
174172
if [ -n "$ARM_BBR_TAG" ]; then
175173
# TAG provided.
176174
echo "Checking out Arm BBR TAG: $ARM_BBR_TAG"

0 commit comments

Comments
 (0)