[PATCH] cmd: xxd: move xxd into shell commands

Move xxd into shell command section.
Signed-off-by: Roger Knecht rknecht@pm.me --- cmd/Kconfig | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/cmd/Kconfig b/cmd/Kconfig index 43ca10f69c..51706e1d39 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -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 @@ -1666,6 +1661,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"

On Thu, 7 Sept 2023 at 08:52, Roger Knecht rknecht@pm.me wrote:
Move xxd into shell command section.
Signed-off-by: Roger Knecht rknecht@pm.me
cmd/Kconfig | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org

On Thu, Sep 07, 2023 at 02:51:43PM +0000, Roger Knecht wrote:
Move xxd into shell command section.
Signed-off-by: Roger Knecht rknecht@pm.me Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot/next, thanks!
participants (3)
-
Roger Knecht
-
Simon Glass
-
Tom Rini