summaryrefslogtreecommitdiffstats
path: root/meta-toradex-extras/recipes/u-boot/u-boot-script-toradex/mx7/flash_mmc.scr
diff options
context:
space:
mode:
Diffstat (limited to 'meta-toradex-extras/recipes/u-boot/u-boot-script-toradex/mx7/flash_mmc.scr')
-rw-r--r--meta-toradex-extras/recipes/u-boot/u-boot-script-toradex/mx7/flash_mmc.scr2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-toradex-extras/recipes/u-boot/u-boot-script-toradex/mx7/flash_mmc.scr b/meta-toradex-extras/recipes/u-boot/u-boot-script-toradex/mx7/flash_mmc.scr
index 152982c..0c16652 100644
--- a/meta-toradex-extras/recipes/u-boot/u-boot-script-toradex/mx7/flash_mmc.scr
+++ b/meta-toradex-extras/recipes/u-boot/u-boot-script-toradex/mx7/flash_mmc.scr
@@ -1,6 +1,6 @@
1#flash_mmc has been renamed to flash_blk, ensure compatibility when updating from older versions 1#flash_mmc has been renamed to flash_blk, ensure compatibility when updating from older versions
2test -n ${interface} || setenv interface mmc 2test -n ${interface} || setenv interface mmc
3test -n ${drive} || setenv drive 1 3test -n ${drive} || setenv drive 0
4 4
5fatload ${interface} ${drive}:1 ${loadaddr} flash_blk.img 5fatload ${interface} ${drive}:1 ${loadaddr} flash_blk.img
6source ${loadaddr} 6source ${loadaddr}