summaryrefslogtreecommitdiff
path: root/recipes/images/files/library/mk-u-boot-scripts.sh
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2015-05-01 15:42:46 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2015-05-12 10:04:36 +0200
commit43e466f7ace70169fdef4d94f23ba3264d8f07aa (patch)
tree26a8b3bbb98a0e24889bb13a741e00e4e5ea6031 /recipes/images/files/library/mk-u-boot-scripts.sh
parent3a7f3cacecb6e12f5fd118ad862a23485e9a8ddb (diff)
apalis/colibri_t20/t30: integrate latest stuff
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