From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Mon, 26 Nov 2007 11:29:50 -0600 Subject: [U-Boot-Users] [RFC][PATCH] Set linux,stdout-path via aliases In-Reply-To: References: Message-ID: <20071126172950.GA4604@loki.buserror.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, Nov 21, 2007 at 04:04:57PM -0600, Kumar Gala wrote: > + char p[100]; [snip] > + path = fdt_getprop(fdt, pnode, "serial0", &len); > + if (path) { > + strcpy(p, path); Tsk, tsk. -Scott