summaryrefslogtreecommitdiff
path: root/test/dm
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2018-11-16 04:44:02 +0300
committerTom Rini <trini@konsulko.com>2018-11-26 16:25:35 +0300
commit6d07d63d2f07497ba9846a5bcd3e5b9c417db931 (patch)
tree38dda620a9e73646a51cb5fae066cf3d096d70fa /test/dm
parent1ca910be5df2e2ba80f7ac496570a88e34593cf8 (diff)
downloadu-boot-6d07d63d2f07497ba9846a5bcd3e5b9c417db931.tar.xz
sandbox: Drop the deprecated 'sb' command
The old 'sb' command was deprecated in 2015 and replaced with 'host'. Remove the remaining users and the command, so that the name is available for other purposes. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test/dm')
-rw-r--r--test/dm/sf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dm/sf.c b/test/dm/sf.c
index 35dce4e4c9..3788d59052 100644
--- a/test/dm/sf.c
+++ b/test/dm/sf.c
@@ -79,7 +79,7 @@ static int dm_test_spi_flash_func(struct unit_test_state *uts)
* benefit is worth the extra complexity.
*/
ut_asserteq(0, run_command_list(
- "sb save hostfs - 0 spi.bin 200000;"
+ "host save hostfs - 0 spi.bin 200000;"
"sf probe;"
"sf test 0 10000", -1, 0));
/*