diff options
author | Peter Tyser <ptyser@xes-inc.com> | 2009-09-16 21:38:10 -0500 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-09-22 23:03:24 +0200 |
commit | 3202d33169df04da5cf3dea8c5ab0a902b90ecaa (patch) | |
tree | 8215ed57c642d2e2acea34d6556e4dbe45b85b1b /doc/README.m5373evb | |
parent | d3f4941874a20d8a390a36ba71335ae1db2f9ba0 (diff) | |
download | u-boot-imx-3202d33169df04da5cf3dea8c5ab0a902b90ecaa.zip u-boot-imx-3202d33169df04da5cf3dea8c5ab0a902b90ecaa.tar.gz u-boot-imx-3202d33169df04da5cf3dea8c5ab0a902b90ecaa.tar.bz2 |
Remove deprecated 'autoscr' command/variables
The more standard 'source' command provides identical functionality to
the autoscr command.
Environment variable names/values on the MVBC_P, MVBML7, kmeter1,
mgcoge, and km8xx boards are updated to no longer refernce 'autoscr'.
The 'autoscript' and 'autoscript_uname' environment variables are
also removed.
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Acked-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
Acked-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'doc/README.m5373evb')
-rw-r--r-- | doc/README.m5373evb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.m5373evb b/doc/README.m5373evb index 0bd1101..5591748 100644 --- a/doc/README.m5373evb +++ b/doc/README.m5373evb @@ -195,7 +195,6 @@ baudrate = 115200 bps -> -> help ? - alias for 'help' -autoscr - run script from memory base - print or set address offset bdinfo - print Board Info structure boot - boot default, i.e., run 'bootcmd' @@ -243,6 +242,7 @@ run - run commands in an environment variable saveenv - save environment variables to persistent storage setenv - set environment variables sleep - delay execution for some time +source - run script from memory tftpboot- boot image via network using TFTP protocol version - print monitor version -> tftp 0x40800000 uImage |