Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/boot/
H A Dserial.cdiff dc4f397d6e385c4ea0fe9732df911a86f1a78c9a Mon Aug 20 12:39:54 CDT 2007 Scott Wood <scottwood@freescale.com> [POWERPC] bootwrapper: serial_console_init() fixes

1. Search the entire compatible list for serial devices.

The serial code previously did a simple strcmp on the compatible
node; this fails when the match string is not the first compatible
listed. Use dt_is_compatible() instead.

2. Don't call serial_edit_cmdline if getc isn't defined.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>