diff options
author | Bin Meng <bmeng@tinylab.org> | 2023-10-11 21:15:46 +0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-11-27 16:18:59 -0500 |
commit | ff039a8704e9c1e3d9cae535726686df78ef749e (patch) | |
tree | 61a180f046be6e9d69b10c05c4eaf8dbe646616b | |
parent | 1b3dab2d296c4ae8ccdd85986c26a77036c81d85 (diff) |
cmd: kconfig: Make ufs prompt look similar to other commands
At present the 'ufs' command prompt does not look similar like other
commands. Update it.
Signed-off-by: Bin Meng <bmeng@tinylab.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Neha Malcom Francis <n-francis@ti.com>
-rw-r--r-- | cmd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index a59c67e3338..0b4e76c262b 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1536,7 +1536,7 @@ config CMD_TSI148 Turndra tsi148 device. See the command help for full details. config CMD_UFS - bool "Enable UFS - Universal Flash Storage commands" + bool "ufs - Universal Flash Storage commands" depends on UFS help "This provides commands to initialise and configure universal flash |