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