commit | b5493d17bdc62b0a0608d539bd2756eb7ed1cc9c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Dec 02 13:17:31 2014 -0700 |
committer | Tom Rini <trini@ti.com> | Wed Jan 14 11:35:43 2015 -0500 |
tree | c5472871655f1cb3c52aa78e74d9bb3b98dca954 | |
parent | 40e5975f9ad7a545b85d2430d6517d8d3d18e87d [diff] |
sandbox: Correct ordering of 'sb save' commands Prior to commit d455d87 there was an inconsistency between the position of the 'address' parameter in 'sb load' and 'sb save'. This was corrected but it broke some tests. Fix the tests and also the help for 'sb save'. Signed-off-by: Simon Glass <sjg@chromium.org>