]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
cmd: xxd: move xxd into shell commands
authorRoger Knecht <rknecht@pm.me>
Thu, 7 Sep 2023 14:51:43 +0000 (14:51 +0000)
committerTom Rini <trini@konsulko.com>
Sat, 30 Sep 2023 19:24:44 +0000 (15:24 -0400)
Move xxd into shell command section.

Signed-off-by: Roger Knecht <rknecht@pm.me>
Reviewed-by: Simon Glass <sjg@chromium.org>
cmd/Kconfig

index 64d723bd483bf88767a04ffeeb9922c228581597..6470b138d2f83c8dc1ad0f92e2135f03d56fac8b 100644 (file)
@@ -500,11 +500,6 @@ config CMD_XIMG
        help
          Extract a part of a multi-image.
 
-config CMD_XXD
-       bool "xxd"
-       help
-         Print file as hexdump to standard output
-
 config CMD_SPL
        bool "spl export - Export boot information for Falcon boot"
        depends on SPL
@@ -1668,6 +1663,11 @@ config CMD_SETEXPR_FMT
          Evaluate format string expression and store result in an environment
            variable.
 
+config CMD_XXD
+       bool "xxd"
+       help
+         Print file as hexdump to standard output
+
 endmenu
 
 menu "Android support commands"