diff options
Diffstat (limited to 'board/congatec/qmx6/post-build.sh')
-rwxr-xr-x | board/congatec/qmx6/post-build.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/board/congatec/qmx6/post-build.sh b/board/congatec/qmx6/post-build.sh deleted file mode 100755 index 92251a53a..000000000 --- a/board/congatec/qmx6/post-build.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -TARGET_DIR=$1 -BOARD_DIR="$(dirname $0)" - -mkimage -A arm -O linux -T script -C none -a 0 -e 0 -n "boot script" \ - -d $BOARD_DIR/6q_bootscript.txt $TARGET_DIR/6q_bootscript |