mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
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>
This commit is contained in:
parent
40e5975f9a
commit
b5493d17bd
3 changed files with 5 additions and 5 deletions
|
@ -117,7 +117,7 @@ U_BOOT_CMD(
|
|||
"load hostfs - <addr> <filename> [<bytes> <offset>] - "
|
||||
"load a file from host\n"
|
||||
"sb ls hostfs - <filename> - list files on host\n"
|
||||
"sb save hostfs - <filename> <addr> <bytes> [<offset>] - "
|
||||
"sb save hostfs - <addr> <filename> <bytes> [<offset>] - "
|
||||
"save a file to host\n"
|
||||
"sb bind <dev> [<filename>] - bind \"host\" device to file\n"
|
||||
"sb info [<dev>] - show device binding & info\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue