Home
last modified time | relevance | path

Searched hist:"3 e303f74" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/common/
H A Dfdt_support.c3e303f74 Thu Oct 15 08:47:04 CDT 2009 Anton Vorontsov <avorontsov@ru.mvista.com> fdt_support: Add multi-serial support for stdout fixup

Currently fdt_fixup_stdout() is using hard-coded CONFIG_CONS_INDEX
constant. With multi-serial support, the CONS_INDEX may no longer
represent actual console, so we should try to extract port number
from the current stdio device name instead of always hard-coding the
constant value.

Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Acked-by: Gerald Van Baren <vanbaren@cideas.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>