summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Ogden <bernie.ogden@linaro.org>2015-11-03 08:12:46 +0000
committerBernard Ogden <bernie.ogden@linaro.org>2015-11-03 08:12:46 +0000
commit1ee36f0e394e3fa4651056f0e5da50b5c2683e8b (patch)
tree7c49227542725f2eb63dccd4afe777b18e0d35cf
parent90dc01dbd7e476989b4e26f0fab7a6db1d2a7809 (diff)
Remove 2 double-initialisations of firmware sourceHEADmaster
This change should be a NOP, only getting rid of spurious errors, but was made after the firmware used in the experiment was built. Change-Id: Iace5873f39a892ed919f70810c379ddb2a3cc988
-rw-r--r--apparatus.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/apparatus.txt b/apparatus.txt
index 86b3d64..a5c19e9 100644
--- a/apparatus.txt
+++ b/apparatus.txt
@@ -61,7 +61,7 @@ for x in manifests repo; do
git checkout -b juno noise-experiment/juno
cd -
done
-for x in arm-tf ramdisk recovery build-scripts u-boot uefi/uefi-tools uefi/edk2 model-scripts busybox; do
+for x in arm-tf ramdisk recovery u-boot uefi/uefi-tools model-scripts busybox; do
cd workspace-latest/$x
git remote add noise-experiment https://git.linaro.org/people/bernie.ogden/juno-bringup/$x
git fetch noise-experiment