mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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>
This commit is contained in:
parent
ccaa83f802
commit
fc50a6cbc0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue