summaryrefslogtreecommitdiff
path: root/board/congatec/qmx6/post-build.sh
blob: 92251a53a9503c8cccee0f155347e7c0f7ca4aa9 (plain)
1
2
3
4
5
6
7
#!/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