Lines Matching full:run
74 "storagebootcmd=echo Booting from ${storagetype} ...; run ${storagetype}args; run doboot;\0" \
90 "if run mmc_config; then " \
93 "if run loadscript; then " \
94 "run bootscript; " \
98 "if run mmc_config; then " \
101 "if run loadkernel; then " \
102 "if run loadfdt; then " \
103 "run storagebootcmd;" \
108 "run mmcbootscript\0" \
112 "if run loadscript; then " \
113 "run bootscript; " \
115 "sdboot=setenv mmcdev ${mmcdev_def}; setenv mmcblk 0; run mmcboot\0" \
116 "emmcbootscript=setenv mmcdev 1; setenv mmcblk 2; run mmcbootscript\0" \
117 "emmcboot=setenv mmcdev 1; setenv mmcblk 2; run mmcboot\0" \
120 "echo SD boot attempt ...; run sdbootscript; run sdboot; " \
121 "echo eMMC boot attempt ...; run emmcbootscript; run emmcboot; " \
122 "echo USB boot attempt ...; run usbbootscript; "