commit | ada628b9fb4f57a331a742f9f7f1e275c0cdfea2 | [log] [tgz] |
---|---|---|
author | Stefano Babic <sbabic@denx.de> | Mon May 24 12:08:16 2010 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Tue Jun 29 22:43:27 2010 +0200 |
tree | c8f9939fac2b3c1da7aae7604bedc1d344d5191e | |
parent | 1e454d16c21e8279f08869c9ffaaf2b82b2ce34a [diff] |
Tools: set multiple variable with fw_setenv utility Add a sort of batch mode to fw_setenv, allowing to set multiple variables in one shot, without updating the flash after each set as now. It is added the possibility to pass a config file with a list of pairs <variable, value> to be set, separated by a TAB character. Signed-off-by: Stefano Babic <sbabic@denx.de>