]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sandbox: Correct ordering of 'sb save' commands
authorSimon Glass <sjg@chromium.org>
Tue, 2 Dec 2014 20:17:31 +0000 (13:17 -0700)
committerTom Rini <trini@ti.com>
Wed, 14 Jan 2015 16:35:43 +0000 (11:35 -0500)
commitb5493d17bdc62b0a0608d539bd2756eb7ed1cc9c
treec5472871655f1cb3c52aa78e74d9bb3b98dca954
parent40e5975f9ad7a545b85d2430d6517d8d3d18e87d
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>
common/cmd_sandbox.c
test/dm/sf.c
test/image/test-fit.py