Lines Matching full:then
129 "if test ${ip_dyn} = yes; then " \
134 "if mmc dev ${mmcdev}; then " \
135 "if ${get_cmd} ${update_sd_firmware_filename}; then " \
151 "if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \
152 "if run loadfdt; then " \
155 "if test ${boot_fdt} = try; then " \
165 "if test $board_rev = MX6Q ; then " \
167 "if test $board_rev = MX6DL ; then " \
169 "if test $fdtfile = undefined; then " \
176 "if test ${ip_dyn} = yes; then " \
182 "if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \
183 "if ${get_cmd} ${fdt_addr_r} ${fdtfile}; then " \
186 "if test ${boot_fdt} = try; then " \
201 "if mmc rescan; then " \
202 "if run loadbootscript; then " \
205 "if run loadimage; then " \