aboutsummaryrefslogtreecommitdiffstats
path: root/meta-toradex-extras/recipes/u-boot/u-boot-script-toradex/mx7/flash_mmc.scr
blob: 152982c290a88cd1c4fb470e62e46f7869a25e5e (plain)
1
2
3
4
5
6
#flash_mmc has been renamed to flash_blk, ensure compatibility when updating from older versions
test -n ${interface} || setenv interface mmc
test -n ${drive} || setenv drive 1

fatload ${interface} ${drive}:1 ${loadaddr} flash_blk.img
source ${loadaddr}