summaryrefslogtreecommitdiff
path: root/drivers/mmc
diff options
context:
space:
mode:
authorJorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>2017-06-26 13:52:48 (GMT)
committerTom Rini <trini@konsulko.com>2017-07-10 18:26:03 (GMT)
commitfc50a6cbc0bd8c5cd3b95bf3be08c62f740f1a28 (patch)
tree34b421f27e8655aa678b6822960437d0f0bcacf4 /drivers/mmc
parentccaa83f8026a2359aabc9925a8a1f0e60f0b3fce (diff)
downloadu-boot-fsl-qoriq-fc50a6cbc0bd8c5cd3b95bf3be08c62f740f1a28.tar.xz
driver: mmc: update debug info
This driver is used in another board; remove board information from the driver debug log. Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/hi6220_dw_mmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/hi6220_dw_mmc.c b/drivers/mmc/hi6220_dw_mmc.c
index fdaf1e4..d795198 100644
--- a/drivers/mmc/hi6220_dw_mmc.c
+++ b/drivers/mmc/hi6220_dw_mmc.c
@@ -20,7 +20,7 @@
static int hi6220_dwmci_core_init(struct dwmci_host *host, int index)
{
- host->name = "HiKey DWMMC";
+ host->name = "Hisilicon DWMMC";
host->dev_index = index;