[U-Boot] [PATCH 1/7] fdt_support: Add multi-serial support for stdout fixup

Kumar Gala galak at kernel.crashing.org
Wed Sep 16 06:18:52 CEST 2009


On Aug 19, 2009, at 1:37 PM, Anton Vorontsov wrote:

> 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 at ru.mvista.com>
> ---
> common/fdt_support.c |   22 +++++++++++++++++++++-
> 1 files changed, 21 insertions(+), 1 deletions(-)

Should get some Ack from Jerry.

- k


More information about the U-Boot mailing list