From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Thu, 22 Oct 2009 10:47:04 -0400 Subject: [U-Boot] [PATCH 1/7] fdt_support: Add multi-serial support for stdout fixup In-Reply-To: References: <20091015134644.GA31541@oksana.dev.rtsoft.ru> <20091015134704.GA32478@oksana.dev.rtsoft.ru> Message-ID: <4AE07068.703@ge.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Kumar Gala wrote: > On Oct 15, 2009, at 8:47 AM, 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 >> Acked-by: Gerald Van Baren >> --- >> common/fdt_support.c | 22 +++++++++++++++++++++- >> 1 files changed, 21 insertions(+), 1 deletions(-) > > Jerry, > > Can you review this & possibly ack. I can take it via the 85xx tree > to keep the rest of the patches in the sequence sane. > > - k Yes, take it via the 85xx tree. I've already acked it: Thanks, gvb