diff options
author | Simon Glass <sjg@chromium.org> | 2018-11-15 18:44:02 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-11-26 08:25:35 -0500 |
commit | 6d07d63d2f07497ba9846a5bcd3e5b9c417db931 (patch) | |
tree | 38dda620a9e73646a51cb5fae066cf3d096d70fa /doc/README.trace | |
parent | 1ca910be5df2e2ba80f7ac496570a88e34593cf8 (diff) | |
download | u-boot-6d07d63d2f07497ba9846a5bcd3e5b9c417db931.tar.gz |
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 'doc/README.trace')
-rw-r--r-- | doc/README.trace | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.trace b/doc/README.trace index 74ba26a5a4..2e7ca3319a 100644 --- a/doc/README.trace +++ b/doc/README.trace @@ -88,7 +88,7 @@ stdin=serial stdout=serial Environment size: 117/8188 bytes -=>sb save host 0 trace 0 ${profoffset} +=>host save host 0 trace 0 ${profoffset} 11405888 bytes written in 10 ms (1.1 GiB/s) =>reset |