commit | 246c69225c7b962d5c93e92282b78ca9fc5fefee | [log] [tgz] |
---|---|---|
author | Peter Tyser <ptyser@xes-inc.com> | Sun Oct 25 15:12:56 2009 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Tue Oct 27 20:58:25 2009 +0100 |
tree | e894adbd050ceed629228469c0066076b9f2d79a | |
parent | b0fa8e50632a628766db23f5c884ec63f1469552 [diff] |
Add 'editenv' command The editenv command can be used to edit an environment variable. Editing an environment variable is useful when one wants to tweak an existing variable, for example fix a typo or change the baudrate in the 'bootargs' environment variable. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>