aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-10-01 11:54:31 -0400
committerTom Rini <trini@konsulko.com>2023-10-01 11:54:31 -0400
commite29b932aa07fa0226d325b35d96cd4eea0370129 (patch)
treea824bb47e01a913c08878bfa3d32ed68644d9e33 /cmd
parent613949b79a52fecc9958d44c561d327373efc6e2 (diff)
parentc3b27a826f276b67021a31369c760f1b416e4917 (diff)
downloadu-boot-e29b932aa07fa0226d325b35d96cd4eea0370129.zip
u-boot-e29b932aa07fa0226d325b35d96cd4eea0370129.tar.gz
u-boot-e29b932aa07fa0226d325b35d96cd4eea0370129.tar.bz2
Merge branch '2023-09-30-Kconfig-updates' into next
- Migrate one symbol from CFG to CONFIG and move where another is.
Diffstat (limited to 'cmd')
-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"