]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Added fdt_fixup_stdout that uses aliases to set linux,stdout-path
authorKumar Gala <galak@kernel.crashing.org>
Mon, 26 Nov 2007 23:06:15 +0000 (17:06 -0600)
committerGerald Van Baren <vanbaren@cideas.com>
Sat, 8 Dec 2007 01:51:25 +0000 (20:51 -0500)
commit151c8b09b35eebe8fd9139cb6c1d91c27b22f058
tree44da4df32b99bb96a5f12e0573eabd1d3c3089a6
parent3c9272813fad84c691d0e4989bb18a3ffebdebfc
Added fdt_fixup_stdout that uses aliases to set linux,stdout-path

We use a combination of the serialN alias and CONFIG_CONS_INDEX to
determine which serial alias we should set linux,stdout-path to.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
common/fdt_support.c