Lines Matching full:then
124 "if tftp ${update_nand_full_filename} ; then " \
133 "if tftp ${update_nand_firmware_filename} ; then " \
145 "if test ${ip_dyn} = yes; then " \
155 "if test ${ip_dyn} = yes; then " \
165 "if test ${ip_dyn} = yes; then " \
180 "if test ${boot_fdt} = yes; then " \
184 "if test ${boot_fdt} = no; then " \
192 "if mmc rescan ; then " \
193 "if tftp ${update_sd_firmware_filename} ; then " \
220 "if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \
221 "if run loadfdt; then " \
224 "if test ${boot_fdt} = try; then " \
238 "if test ${ip_dyn} = yes; then " \
244 "if test ${boot_fdt} = yes; then " \
245 "if ${get_cmd} ${fdt_addr} ${fdt_file}; then " \
248 "if test ${boot_fdt} = try; then " \
259 "mmc dev ${mmcdev}; if mmc rescan; then " \
260 "if run loadbootscript; then " \
263 "if run loadimage; then " \