All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] cmd: Relocate poweroff under Device access commands
@ 2018-09-09 12:05 Adam Ford
  2018-09-29 15:43 ` [U-Boot] " Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Adam Ford @ 2018-09-09 12:05 UTC (permalink / raw)
  To: u-boot

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
--- 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
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] cmd: Relocate poweroff under Device access commands
  2018-09-09 12:05 [U-Boot] [PATCH] cmd: Relocate poweroff under Device access commands Adam Ford
@ 2018-09-29 15:43 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2018-09-29 15:43 UTC (permalink / raw)
  To: u-boot

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!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180929/60c4dd48/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-09-29 15:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-09 12:05 [U-Boot] [PATCH] cmd: Relocate poweroff under Device access commands Adam Ford
2018-09-29 15:43 ` [U-Boot] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.