aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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-