aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike J. Chen <mjchen@google.com>2012-04-16 16:30:26 -0700
committerMike J. Chen <mjchen@google.com>2012-04-16 17:18:51 -0700
commit7e9d844004c455570f5542f7c582f77dfd58148c (patch)
tree52390d83a2ff37c6264e4f46c75f3182184c7fac
parentec4b084fa9c8e675f502ebe9e14bf74e369852fd (diff)
downloaduboot-7e9d844004c455570f5542f7c582f77dfd58148c.tar.gz
ARMV7: tungsten: Cleanup build_server.shHEADtungsten-bootloader-ics-aahmastermain
This script is used by the build server. It doesn't need conditional since this branch is tungsten specific. Also, MLO isn't needed since we use u-boot-spl.bin and have to sign it to generate the MLO file. Change-Id: Iadbb65ed02975a3691e4c7653d83f52bc9f7ecd4 Signed-off-by: Mike J. Chen <mjchen@google.com>
-rwxr-xr-xbuild_server.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/build_server.sh b/build_server.sh
index a0e472720..48664647d 100755
--- a/build_server.sh
+++ b/build_server.sh
@@ -18,10 +18,7 @@ if [ -z $BUILD_JOBS ]; then
BUILD_JOBS=10
fi
-FILES_TO_ARCHIVE="u-boot.bin"
-if [ "$BUILD_CONFIG" = "omap4_tungsten_config" ]; then
-FILES_TO_ARCHIVE="u-boot.img MLO spl/u-boot-spl.bin"
-fi
+FILES_TO_ARCHIVE="u-boot.img spl/u-boot-spl.bin"
export ARCH=arm
export CROSS_COMPILE=arm-eabi-