mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 09:12:08 +02: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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user