Lines Matching full:then
45 "if test ${ip_dyn} = yes; then " \
50 "if ${get_cmd} ${update_sd_firmware_filename}; then " \
51 "if mmc dev ${emmcdev} 1; then " \
81 "if test ${ip_dyn} = yes; then " \
86 "if mmc dev ${mmcdev}; then " \
87 "if ${get_cmd} ${update_sd_firmware_filename}; then " \
105 "if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \
106 "if run loadfdt; then " \
109 "if test ${boot_fdt} = try; then " \
123 "if test ${ip_dyn} = yes; then " \
129 "if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \
130 "if ${get_cmd} ${fdt_addr} ${fdt_file}; then " \
133 "if test ${boot_fdt} = try; then " \
143 "if test $fdt_file = undefined; then " \
144 "if test $board_name = SABREAUTO && test $board_rev = MX6QP; then " \
146 "if test $board_name = SABREAUTO && test $board_rev = MX6Q; then " \
148 "if test $board_name = SABREAUTO && test $board_rev = MX6DL; then " \
150 "if test $board_name = SABRESD && test $board_rev = MX6QP; then " \
152 "if test $board_name = SABRESD && test $board_rev = MX6Q; then " \
154 "if test $board_name = SABRESD && test $board_rev = MX6DL; then " \
156 "if test $fdt_file = undefined; then " \
163 "if mmc rescan; then " \
164 "if run loadbootscript; then " \
167 "if run loadimage; then " \