summaryrefslogtreecommitdiff
path: root/recipes-images/images/files/library/mk-u-boot-scripts.sh
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-images/images/files/library/mk-u-boot-scripts.sh')
-rwxr-xr-xrecipes-images/images/files/library/mk-u-boot-scripts.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-images/images/files/library/mk-u-boot-scripts.sh b/recipes-images/images/files/library/mk-u-boot-scripts.sh
new file mode 100755
index 0000000..dda47d5
--- /dev/null
+++ b/recipes-images/images/files/library/mk-u-boot-scripts.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+for f in *.scr
+do
+ mkimage -T script -C none -n 'Flash Apalis/Colibri module' -d $f `basename $f .scr`.img
+done