summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/configs
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2018-01-22 13:01:31 +0300
committerSascha Hauer <s.hauer@pengutronix.de>2018-01-25 08:13:47 +0100
commit38984530b741b1421815e432f92e49f33564ec4a (patch)
tree3fae644cb65ea5f56deff70b93e6a583341fabb6 /arch/sandbox/configs
parent7c74d60baed1deb3b23ed13c184344b59348dc15 (diff)
downloadbarebox-38984530b741b1421815e432f92e49f33564ec4a.tar.gz
barebox-38984530b741b1421815e432f92e49f33564ec4a.tar.xz
sandbox: use 'poweroff' command for exit
The 'poweroff' command is more appropriate for exit barebox than 'reset'. Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/sandbox/configs')
-rw-r--r--arch/sandbox/configs/sandbox_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sandbox/configs/sandbox_defconfig b/arch/sandbox/configs/sandbox_defconfig
index dbaff12bfb..12b2479435 100644
--- a/arch/sandbox/configs/sandbox_defconfig
+++ b/arch/sandbox/configs/sandbox_defconfig
@@ -13,7 +13,6 @@ CONFIG_CMD_IMD=y
CONFIG_CMD_MEMINFO=y
# CONFIG_CMD_BOOTM is not set
CONFIG_CMD_GO=y
-CONFIG_CMD_RESET=y
CONFIG_CMD_UIMAGE=y
CONFIG_CMD_PARTITION=y
CONFIG_CMD_EXPORT=y
@@ -53,6 +52,7 @@ CONFIG_CMD_CRC_CMP=y
CONFIG_CMD_MM=y
CONFIG_CMD_DETECT=y
CONFIG_CMD_FLASH=y
+CONFIG_CMD_POWEROFF=y
CONFIG_CMD_2048=y
CONFIG_CMD_OF_NODE=y
CONFIG_CMD_OF_PROPERTY=y