commit | 103c94b10481cf8479c9d0356e5202bc9200a04f | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Sat Mar 23 23:50:33 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Wed May 01 16:24:01 2013 -0400 |
tree | 4114a9c68dd848df4ec62f5512f55b4210f7289c | |
parent | be29df6a1ac286e6c482828db28ca96e187c7e00 [diff] |
setexpr: simplify code, improve help message Simplify the argument checking for the "setexpr" command. This is done mainly to make future extensions easier. Also improve the help message for the one argument version of the command - this does not "load an address", but a value, which in this context may be a plain number or a pointer dereference. Signed-off-by: Wolfgang Denk <wd@denx.de>