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, 0 insertions, 5 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
deleted file mode 100755
index dda47d5..0000000
--- a/recipes-images/images/files/library/mk-u-boot-scripts.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-for f in *.scr
-do
- mkimage -T script -C none -n 'Flash Apalis/Colibri module' -d $f `basename $f .scr`.img
-done