sandbox: Drop the deprecated 'sb' command
authorSimon Glass <sjg@chromium.org>
Fri, 16 Nov 2018 01:44:02 +0000 (18:44 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 26 Nov 2018 13:25:35 +0000 (08:25 -0500)
commit6d07d63d2f07497ba9846a5bcd3e5b9c417db931
tree38dda620a9e73646a51cb5fae066cf3d096d70fa
parent1ca910be5df2e2ba80f7ac496570a88e34593cf8
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>
cmd/host.c
doc/README.trace
test/dm/sf.c
test/py/tests/test_fit.py
test/py/tests/test_vboot.py