Lines Matching full:script
34 /* Custom script for NOR */
108 "script=boot.scr\0" \
109 "scriptfile=${script}\0" \
159 "echo Checking for: /${script} ...;" \
160 "if test -e mmc ${bootpart} /${script}; then " \
162 "setenv scriptfile ${script};" \
164 "echo Loaded script from ${scriptfile};" \
168 "echo Checking for: /boot/${script} ...;" \
169 "if test -e mmc ${bootpart} /boot/${script}; then " \
171 "setenv scriptfile /boot/${script};" \
173 "echo Loaded script from ${scriptfile};" \