Remove deprecated 'autoscr' command/variables
[oweals/u-boot.git] / board / matrix_vision / mvbc_p / mvbc_p_autoscript
index 1102354d68476d0def5481a56374929a512a36ab..9b21f30ece8ec49f32143b44842a8c3b411e74f0 100644 (file)
@@ -26,7 +26,7 @@ if test ${oprofile} = yes;
 then
 setenv addprofile setenv bootargs \${bootargs} profile=\${profile}
 fi
-if test ${autoscr_boot} != no;
+if test ${autoscript_boot} != no;
 then
   if test ${netboot} = yes;
   then
@@ -44,5 +44,5 @@ then
   echo "=== bootfromflash ==="
   run cpdtb rundtb bootfromflash
 else
-  echo "=== boot stopped with autoscr_boot no ==="
+  echo "=== boot stopped with autoscript_boot no ==="
 fi