diff options
author | Peter Tyser <ptyser@xes-inc.com> | 2009-09-17 02:38:10 (GMT) |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-09-22 21:03:24 (GMT) |
commit | 3202d33169df04da5cf3dea8c5ab0a902b90ecaa (patch) | |
tree | 8215ed57c642d2e2acea34d6556e4dbe45b85b1b /README | |
parent | d3f4941874a20d8a390a36ba71335ae1db2f9ba0 (diff) | |
download | u-boot-3202d33169df04da5cf3dea8c5ab0a902b90ecaa.tar.xz |
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 'README')
-rw-r--r-- | README | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -3010,14 +3010,6 @@ Some configuration options can be set using Environment Variables: configuration from the BOOTP server, but not try to load any image using TFTP - autoscript - if set to "yes" commands like "loadb", "loady", - "bootp", "tftpb", "rarpboot" and "nfs" will attempt - to automatically run script images (by internally - calling "source"). - - autoscript_uname - if script image is in a format (FIT) this - variable is used to get script subimage unit name. - autostart - if set to "yes", an image loaded using the "bootp", "rarpboot", "tftpboot" or "diskboot" commands will be automatically started (by internally calling |