We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5c68ac commit 534428aCopy full SHA for 534428a
1 file changed
SystemReady-band/build-scripts/get_source.sh
@@ -168,9 +168,7 @@ get_linux-acs_src()
168
get_bbr_acs_src()
169
{
170
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
+ git clone https://github.com/ARM-software/bbr-acs.git bbr-acs
174
if [ -n "$ARM_BBR_TAG" ]; then
175
# TAG provided.
176
echo "Checking out Arm BBR TAG: $ARM_BBR_TAG"
0 commit comments