summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Lindholm <leif.lindholm@linaro.org>2015-07-24 11:48:57 +0100
committerLeif Lindholm <leif.lindholm@linaro.org>2015-07-24 11:48:57 +0100
commitbd7ea8b186cb1021309467bdf5c547a5fe8755a5 (patch)
treecade918d3693df71781be7456543187ef1d5b598
parent9897875a0bcb5f4ead8b9dd2c6f973d327b06d75 (diff)
Drop more acidentally included debug output
Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
-rwxr-xr-xatf-build.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/atf-build.sh b/atf-build.sh
index ca4fd77..2862950 100755
--- a/atf-build.sh
+++ b/atf-build.sh
@@ -26,9 +26,6 @@ function build_platform
return 1
fi
- echo "PLATFORM_CONFIG: $PLATFORM_CONFIG"
- $TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $1 get -o build_atf
-
if [ X"`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $1 get -o build_atf`" = X"" ]; then
echo "Platform '$1' is not configured to build ARM Trusted Firmware."
return 0