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>
This commit is contained in:
@@ -167,11 +167,6 @@ static int do_host(cmd_tbl_t *cmdtp, int flag, int argc,
|
||||
return CMD_RET_USAGE;
|
||||
}
|
||||
|
||||
U_BOOT_CMD(
|
||||
sb, 8, 1, do_host,
|
||||
"Deprecated: use 'host' command instead.", ""
|
||||
);
|
||||
|
||||
U_BOOT_CMD(
|
||||
host, 8, 1, do_host,
|
||||
"Miscellaneous host commands",
|
||||
|
||||
Reference in New Issue
Block a user