5ac8f8ce10
Add support for the iMX6 based conga-QMX6 family of Qseven modules. This patch is based on Linux 3.0.35 from Congatec's kernel reporitory [Peter: slightly simplify post build script] Signed-off-by: Stephan Hoffmann <sho@relinux.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 lines
185 B
Bash
Executable File
8 lines
185 B
Bash
Executable File
#!/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
|