diff options
| author | Bin Meng <[email protected]> | 2023-10-11 21:15:44 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-11-27 16:18:58 -0500 |
| commit | b2d01681ab2d7dd1735fefaacf0cbcb7d4e4f32a (patch) | |
| tree | e8c27d05f3cb81bff4aa5086bba7fa9ab3351061 /cmd | |
| parent | 0f97e944b2bb08b7e13210fc6bea75817aee3237 (diff) | |
ufs: Correct the UFS terminlogy
UFS stands for Universal Flash Storage, not Subsytem.
Signed-off-by: Bin Meng <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Neha Malcom Francis <[email protected]>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 6470b138d2f..a59c67e3338 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 Subsystem commands" + bool "Enable UFS - Universal Flash Storage commands" depends on UFS help "This provides commands to initialise and configure universal flash |
