commit | fedf6563ff8fb2cc1d80d0935ab016cf1d892a63 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Oct 27 20:29:22 2020 +0100 |
committer | Simon Glass <sjg@chromium.org> | Thu Nov 05 09:11:30 2020 -0700 |
tree | eaf4b85c402eebca2025d4f86e1dd8f825d7547f | |
parent | 69db2ee75cb7b7c359bae81c8ed39a0e69949dcb [diff] |
sandbox: enable poweroff command The command to shut down a device is 'poweroff'. It is a deficit of the sandbox that it does not support resetting yet but shuts down upong seeing the 'reset' command. Once the sandbox properly supports reset we need the 'poweroff' command to leave the sandbox. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>