From b5493d17bdc62b0a0608d539bd2756eb7ed1cc9c Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Tue, 2 Dec 2014 13:17:31 -0700 Subject: 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 --- common/cmd_sandbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/cmd_sandbox.c') diff --git a/common/cmd_sandbox.c b/common/cmd_sandbox.c index 3d9fce7e554..428696982e3 100644 --- a/common/cmd_sandbox.c +++ b/common/cmd_sandbox.c @@ -117,7 +117,7 @@ U_BOOT_CMD( "load hostfs - [ ] - " "load a file from host\n" "sb ls hostfs - - list files on host\n" - "sb save hostfs - [] - " + "sb save hostfs - [] - " "save a file to host\n" "sb bind [] - bind \"host\" device to file\n" "sb info [] - show device binding & info\n" -- cgit v1.2.3