diff options
| author | Simon Glass <[email protected]> | 2018-11-15 18:44:02 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-11-26 08:25:35 -0500 |
| commit | 6d07d63d2f07497ba9846a5bcd3e5b9c417db931 (patch) | |
| tree | 38dda620a9e73646a51cb5fae066cf3d096d70fa /cmd/host.c | |
| parent | 1ca910be5df2e2ba80f7ac496570a88e34593cf8 (diff) | |
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 <[email protected]>
Diffstat (limited to 'cmd/host.c')
| -rw-r--r-- | cmd/host.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cmd/host.c b/cmd/host.c index 645dba4de83..f7d3eae5b1a 100644 --- a/cmd/host.c +++ b/cmd/host.c @@ -168,11 +168,6 @@ static int do_host(cmd_tbl_t *cmdtp, int flag, int argc, } U_BOOT_CMD( - sb, 8, 1, do_host, - "Deprecated: use 'host' command instead.", "" -); - -U_BOOT_CMD( host, 8, 1, do_host, "Miscellaneous host commands", "load hostfs - <addr> <filename> [<bytes> <offset>] - " |
