cmd: Relocate poweroff under Device access commands
authorAdam Ford <aford173@gmail.com>
Sun, 9 Sep 2018 12:05:57 +0000 (07:05 -0500)
committerTom Rini <trini@konsulko.com>
Sat, 29 Sep 2018 12:07:26 +0000 (08:07 -0400)
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>
cmd/Kconfig

index 1e4ab6e..ae697fc 100644 (file)
@@ -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
@@ -944,6 +939,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