Lines Matching full:then
84 "if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \
85 "if run loadfdt; then " \
88 "if test ${boot_fdt} = try; then " \
102 "if test ${ip_dyn} = yes; then " \
108 "if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \
109 "if ${get_cmd} ${fdt_addr} ${fdt_file}; then " \
112 "if test ${boot_fdt} = try; then " \
122 "if test $fdt_file = undefined; then " \
123 "if test $board_name = EVK && test $board_rev = 9X9; then " \
125 "if test $board_name = EVK && test $board_rev = 14X14; then " \
127 "if test $fdt_file = undefined; then " \
134 "mmc dev ${mmcdev}; if mmc rescan; then " \
135 "if run loadbootscript; then " \
138 "if run loadimage; then " \