Skip to content
Commit f1ac7964 authored by Anson Huang's avatar Anson Huang
Browse files

imx: add necessary lpuart console_flush callback for debug



Current lpuart driver does NOT implement .console_flush callback,
if debug console is enabled, the console_flush() will call the
undefined .console_flush callback(NULL) for lpuart and leak to
panic, this patch adds .console_flush callback to make lpuart work
for debug mode.

Signed-off-by: default avatarAnson Huang <Anson.Huang@nxp.com>
parent 63b9b542
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment