Re: [PATCH 15/20] bootwrapper: Add dt_get_path().

2007-08-20 Thread David Gibson
On Mon, Aug 20, 2007 at 12:40:05PM -0500, Scott Wood wrote: > This will be used by the PlanetCore firmware support to construct > a linux,stdout-path from the serial node that it finds. Err... no S-o-b line.. -- David Gibson| I'll have my music baroque, and my code david AT g

[PATCH 15/20] bootwrapper: Add dt_get_path().

2007-08-20 Thread Scott Wood
This will be used by the PlanetCore firmware support to construct a linux,stdout-path from the serial node that it finds. --- arch/powerpc/boot/devtree.c | 29 + arch/powerpc/boot/ops.h |1 + 2 files changed, 30 insertions(+), 0 deletions(-) diff --git a/arch