Lines Matching full:then
126 "if test ${ip_dyn} = yes; then " \
131 "if mmc dev ${mmcdev}; then " \
132 "if ${get_cmd} ${update_sd_firmware_filename}; then " \
148 "if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \
149 "if run loadfdt; then " \
152 "if test ${boot_fdt} = try; then " \
166 "if test ${ip_dyn} = yes; then " \
172 "if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \
173 "if ${get_cmd} ${fdt_addr} ${fdt_file}; then " \
176 "if test ${boot_fdt} = try; then " \
187 "mmc dev ${mmcdev}; if mmc rescan; then " \
188 "if run loadbootscript; then " \
191 "if run loadimage; then " \