aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Knecht <rknecht@pm.me>2023-09-07 14:51:43 +0000
committerTom Rini <trini@konsulko.com>2023-09-30 15:24:44 -0400
commitc3b27a826f276b67021a31369c760f1b416e4917 (patch)
tree6f5b46fc42660cab25cb42809787ce52d4be1bb4
parent6ab77bb14f61906b7ce0c486ebe46dbeab0502f3 (diff)
downloadu-boot-WIP/2023-09-30-Kconfig-updates.zip
u-boot-WIP/2023-09-30-Kconfig-updates.tar.gz
u-boot-WIP/2023-09-30-Kconfig-updates.tar.bz2
cmd: xxd: move xxd into shell commandsWIP/2023-09-30-Kconfig-updates
Move xxd into shell command section. Signed-off-by: Roger Knecht <rknecht@pm.me> Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r--cmd/Kconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 64d723b..6470b13 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
@@ -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"