Re: [RFC/PATCH 2/3] of: add of_lookup_stdout() utility function
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2008-08-07 22:51:28
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2008-08-07 22:51:28
On Wed, 2008-08-06 at 11:46 -0500, Timur Tabi wrote:
On Wed, Aug 6, 2008 at 1:02 AM, Grant Likely [off-list ref] wrote:quoted
From: Grant Likely <redacted> of_lookup_stdout() is useful for figuring out what device to use as output for early boot progress messages. It returns the node pointed to by the linux,stdout-path property in the chosen node.I thought linux,stdout-path is deprecated are we're supposed to be using the aliases node instead?
You are mixing two completely different things afaik. Ben.