From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jorge Ramirez-Ortiz Date: Mon, 26 Jun 2017 15:52:48 +0200 Subject: [U-Boot] [PATCHv6 2/3] driver: mmc: update debug info In-Reply-To: <1498485169-15282-1-git-send-email-jorge.ramirez-ortiz@linaro.org> References: <1498485169-15282-1-git-send-email-jorge.ramirez-ortiz@linaro.org> Message-ID: <1498485169-15282-2-git-send-email-jorge.ramirez-ortiz@linaro.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This driver is used in another board; remove board information from the driver debug log. Signed-off-by: Jorge Ramirez-Ortiz --- drivers/mmc/hi6220_dw_mmc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.7.4