Home
last modified time | relevance | path

Searched hist:addf9513 (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/serial/
H A Dserial.caddf9513 Thu Sep 04 17:27:23 CDT 2014 Simon Glass <sjg@chromium.org> serial: Set up the 'priv' pointer when creating a serial device

The stdio_dev structure has a private pointer for its creator, but it is
not set up by the serial system. Set it to point to the serial device so
that it can be found by code called by stdio.

Signed-off-by: Simon Glass <sjg@chromium.org>