[PATCH 7/7] doc: sandbox: Update instructions on quitting

Simon Glass sjg at chromium.org
Sun Feb 7 22:27:07 CET 2021


The 'reset' command now resets sandbox but does not quit it. Fix the
instructions.

Fixes: 329dccc0675 ("sandbox: implement reset")
Signed-off-by: Simon Glass <sjg at chromium.org>
---

 doc/arch/sandbox.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/arch/sandbox.rst b/doc/arch/sandbox.rst
index 61b5872e274..59929319026 100644
--- a/doc/arch/sandbox.rst
+++ b/doc/arch/sandbox.rst
@@ -77,7 +77,7 @@ console::
 You can issue commands as your would normally. If the command you want is
 not supported you can add it to include/configs/sandbox.h.
 
-To exit, type 'reset' or press Ctrl-C.
+To exit, type 'poweroff' or press Ctrl-C.
 
 
 Console / LCD support
-- 
2.30.0.478.g8a0d178c01-goog



More information about the U-Boot mailing list