mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
ufs: Correct the UFS terminlogy
UFS stands for Universal Flash Storage, not Subsytem. Signed-off-by: Bin Meng <bmeng@tinylab.org> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Neha Malcom Francis <n-francis@ti.com>
This commit is contained in:
parent
0f97e944b2
commit
b2d01681ab
@ -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
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: GPL-2.0
|
||||
/**
|
||||
* ufs-uclass.c - Universal Flash Subsystem (UFS) Uclass driver
|
||||
* ufs-uclass.c - Universal Flash Storage (UFS) Uclass driver
|
||||
*
|
||||
* Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com
|
||||
*/
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/**
|
||||
* ufs.c - Universal Flash Subsystem (UFS) driver
|
||||
* ufs.c - Universal Flash Storage (UFS) driver
|
||||
*
|
||||
* Taken from Linux Kernel v5.2 (drivers/scsi/ufs/ufshcd.c) and ported
|
||||
* to u-boot.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user