Lines Matching full:then
35 "if test ${ip_dyn} = yes; then " \
40 "if ${get_cmd} ${update_sd_firmware_filename}; then " \
41 "if mmc dev ${emmcdev} 1; then " \
69 "if test ${ip_dyn} = yes; then " \
74 "if mmc dev ${mmcdev}; then " \
75 "if ${get_cmd} ${update_sd_firmware_filename}; then " \
93 "if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \
94 "if run loadfdt; then " \
97 "if test ${boot_fdt} = try; then " \
111 "if test ${ip_dyn} = yes; then " \
117 "if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \
118 "if ${get_cmd} ${fdt_addr} ${fdt_file}; then " \
121 "if test ${boot_fdt} = try; then " \
131 "if test $fdt_file = undefined; then " \
132 "if test $board_name = SABREAUTO && test $board_rev = MX6QP; then " \
134 "if test $board_name = SABREAUTO && test $board_rev = MX6Q; then " \
136 "if test $board_name = SABREAUTO && test $board_rev = MX6DL; then " \
138 "if test $board_name = SABRESD && test $board_rev = MX6QP; then " \
140 "if test $board_name = SABRESD && test $board_rev = MX6Q; then " \
142 "if test $board_name = SABRESD && test $board_rev = MX6DL; then " \
144 "if test $fdt_file = undefined; then " \
151 "if mmc rescan; then " \
152 "if run loadbootscript; then " \
155 "if run loadimage; then " \