diff mbox series

[U-Boot] cmd: Relocate poweroff under Device access commands

Message ID 20180909120557.662-1-aford173@gmail.com
State Accepted
Commit 577c40ae1dc332dfd61d833752c9c2b66745b1c2
Delegated to: Tom Rini
Headers show
Series [U-Boot] cmd: Relocate poweroff under Device access commands | expand

Commit Message

Adam Ford Sept. 9, 2018, 12:05 p.m. UTC
Previously poweroff was located under boot.  It seems to make more
sense to have it located under the Device access commands.

Signed-off-by: Adam Ford <aford173@gmail.com>

Comments

Tom Rini Sept. 29, 2018, 3:43 p.m. UTC | #1
On Sun, Sep 09, 2018 at 07:05:57AM -0500, Adam Ford wrote:

> Previously poweroff was located under boot.  It seems to make more
> sense to have it located under the Device access commands.
> 
> Signed-off-by: Adam Ford <aford173@gmail.com>
> 
> diff --git a/cmd/Kconfig b/cmd/Kconfig
> index 13d4c991bf..56f70a7f6e 100644

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/cmd/Kconfig b/cmd/Kconfig
index 13d4c991bf..56f70a7f6e 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -304,11 +304,6 @@  config CMD_XIMG
 	help
 	  Extract a part of a multi-image.
 
-config CMD_POWEROFF
-	bool "poweroff"
-	help
-	  Poweroff/Shutdown the system
-
 config CMD_SPL
 	bool "spl export - Export boot information for Falcon boot"
 	depends on SPL
@@ -937,6 +932,11 @@  config CMD_PCMCIA
 	  about 1990. These devices are typically removable memory or network
 	  cards using a standard 68-pin connector.
 
+config CMD_POWEROFF
+	bool "poweroff"
+	help
+	  Poweroff/Shutdown the system
+
 config CMD_READ
 	bool "read - Read binary data from a partition"
 	help