#the update.sh script renames this. fwd_mmc.scr -> ../flash_mmc.img #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 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}