aboutsummaryrefslogtreecommitdiffstats
path: root/meta-toradex-extras/recipes/u-boot/u-boot-script-toradex/mx6/flash_mmc.scr
blob: 207c7db45dffe34f018c90b2a7cd25d464fc3cbb (plain)
1
2
3
4
5
6
#flash_mmc has been renamed to flash_blk, ensure compatibilty 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}