summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2020-01-28 15:52:05 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2020-02-10 09:42:43 +0100
commit0b86c0d4fdc3fdeaf69cfd7e9b0984e09245785b (patch)
treec7b4dfc41f0de02b163a81304c70352a652ef95f /Documentation
parent07c4c069475fec43bd99e021afb3839d7b27fd5a (diff)
downloadbarebox-0b86c0d4fdc3fdeaf69cfd7e9b0984e09245785b.tar.gz
barebox-0b86c0d4fdc3fdeaf69cfd7e9b0984e09245785b.tar.xz
Documentation/sandbox: Add hint how to end a sandboxed barebox
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/boards/sandbox.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/boards/sandbox.rst b/Documentation/boards/sandbox.rst
index 85a54e6b04..8b00093fb9 100644
--- a/Documentation/boards/sandbox.rst
+++ b/Documentation/boards/sandbox.rst
@@ -57,3 +57,6 @@ Available sandbox invocation options include:
``-y``, ``--yres <res>``
Specify SDL height.
+
+To terminate barebox and return to the calling shell, the poweroff command is
+suitable.