diff options
author | Tom Rini <trini@konsulko.com> | 2020-03-10 13:13:08 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-03-10 13:13:08 -0400 |
commit | 3a1cb953085ecca1dd2f87288375801ebd580bab (patch) | |
tree | 3a7bacdbbd6ac9a5d3fe98f1eeb67a30ffac90e4 /drivers | |
parent | b62cd976543ae1b90050346c870d8357d749fe2d (diff) | |
parent | 9f656fbee3b433ae1e9daf5d92d46bbdcc9551eb (diff) |
Merge tag 'u-boot-imx-20200310' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
Fixes for 2020.04
-----------------
- DM : mx6sabresd
- mx6ul_14x14_evk: fix video
- mx8qxp; fix console for booting
- sync DTS with kernel (imx6sx)
- drop obsolete woodburn (mx35)
Travis: https://travis-ci.org/sbabic/u-boot-imx/builds/660550811
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/serial/serial_lpuart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/serial_lpuart.c b/drivers/serial/serial_lpuart.c index d7907a228f..3b53f5a97b 100644 --- a/drivers/serial/serial_lpuart.c +++ b/drivers/serial/serial_lpuart.c @@ -499,7 +499,7 @@ static int lpuart_serial_probe(struct udevice *dev) return ret; } } else { - dev_warn(dev, "Failed to get per clk: %d\n", ret); + debug("%s: Failed to get per clk: %d\n", __func__, ret); } #endif |