summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Deprez <o-deprez@ti.com>2012-11-09 15:30:04 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2012-11-24 13:13:25 +0000
commitda750387bc2d837a85ede60f1b8aaa09a1baa8de (patch)
tree18730eed40b30dd985b1375ce3dc5e460aaf44fd
parent32ccbd648dfbe5b538debe575e43a9d14c93ffcb (diff)
panda: remove tmp.bin after chtool proceeding
build flow uses chtool to generate the rom configuration header data chtool creates the tmp.bin file in current directory for its own usage but does not remove it. update build.sh to remove this file once build is completed
-rwxr-xr-xPandaBoardPkg/build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/PandaBoardPkg/build.sh b/PandaBoardPkg/build.sh
index f1102062b..75ae8de5b 100755
--- a/PandaBoardPkg/build.sh
+++ b/PandaBoardPkg/build.sh
@@ -145,6 +145,7 @@ rm -f $FLASH_BOOT
#
$WORKSPACE/PandaBoardPkg/Tools/mkheader.pl $BUILD_ROOT/FV/PANDABOARD_EFI.fd $FLASH_BOOT
$GENERATE_IMAGE -p OMAP4 -i $WORKSPACE/PandaBoardPkg/ConfigurationHeader.dat -O $FLASH_BOOT
+rm $WORKSPACE/PandaBoardPkg/tmp.bin
cp $FLASH_BOOT $BUILD_ROOT/FV/MLO
echo Creating debugger scripts