summaryrefslogtreecommitdiff
path: root/recipes/images/files/library/fwd_blk.scr
blob: 9db37443450c288e498cbbf8a9bc09d9217ed00b (plain)
1
2
3
4
5
6
7
8
#the update.sh script renames this. fwd_blk.scr -> ../flash_blk.img
test -n ${interface} || setenv interface mmc
test -n ${drive} || setenv drive 1
test "${board_name}" = "colibri_t20" && setenv drive 0
test "${board_name}" = "colibri_vf" && setenv drive 0

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