Lines Matching full:then
118 "update_uboot=if tftp ${uboot}; then " \
119 "if itest ${filesize} > 0; then " \
123 "if itest ${blkc} <= ${uboot_size}; then " \
130 "if tftp ${kernel}; then " \
131 "if itest ${filesize} > 0; then " \
135 "if itest ${blkc} <= ${kernel_size}; then " \
142 "update_fdt=if tftp ${fdt_file}; then " \
143 "if itest ${filesize} > 0; then " \
147 "if itest ${blkc} <= ${fdt_size}; then " \
195 "update_uboot=if tftp ${uboot}; then " \
196 "if itest ${filesize} > 0; then " \
201 "if itest ${blkc} <= ${size}; then " \
209 "update_kernel=run kernel_name; if tftp ${kernel}; then " \
210 "if itest ${filesize} > 0; then " \
215 "if itest ${filesize} <= ${size}; then " \
223 "update_fdt=if tftp ${fdt_file}; then " \
224 "if itest ${filesize} > 0; then " \
229 "if itest ${filesize} <= ${size}; then " \
272 "kernel_name=if test \"${boot_type}\" != bootz; then " \
297 "if run loadfdt; then " \
315 "addip=if test \"${ipmode}\" != static; then " \
317 "set_getcmd=if test \"${ipmode}\" != static; then " \
325 "if ${getcmd} ${kernel}; then " \
326 "if ${getcmd} ${fdt_addr} ${fdt_file}; then " \