Lines Matching full:then
69 "if test ${ip_dyn} = yes; then " \
74 "if mmc dev ${mmcdev}; then " \
75 "if ${get_cmd} ${update_sd_firmware_filename}; then " \
91 "if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \
92 "if run loadfdt; then " \
95 "if test ${boot_fdt} = try; then " \
109 "if test ${ip_dyn} = yes; then " \
115 "if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \
116 "if ${get_cmd} ${fdt_addr} ${fdt_file}; then " \
119 "if test ${boot_fdt} = try; then " \
129 "if test $board_rev = MX6Q ; then " \
131 "if test $board_rev = MX6DL ; then " \
133 "if test $fdt_file = undefined; then " \
138 "mmc dev ${mmcdev}; if mmc rescan; then " \
139 "if run loadbootscript; then " \
142 "if run loadimage; then " \