From: Jorge Ramirez-Ortiz Date: Mon, 26 Jun 2017 13:52:48 +0000 (+0200) Subject: driver: mmc: update debug info X-Git-Tag: v2017.09-rc1~223 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fc50a6cbc0bd8c5cd3b95bf3be08c62f740f1a28;p=u-boot 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 Reviewed-by: Simon Glass --- diff --git a/drivers/mmc/hi6220_dw_mmc.c b/drivers/mmc/hi6220_dw_mmc.c index fdaf1e40bc..d795198534 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;