Re: [PPC BOOT] Find device-tree source file in default directory.

2007-12-03 Thread David Woodhouse
On Mon, 2007-12-03 at 09:08 -0600, Scott Wood wrote: > Shouldn't this be $srctree (which doesn't seem to be passed to wrapper at > the moment), not $object? > > BTW, if we do this, we should remove the part in arch/powerpc/boot/Makefile > where this is done. It wasn't really done for the benefit

Re: [PPC BOOT] Find device-tree source file in default directory.

2007-12-03 Thread Scott Wood
On Mon, Dec 03, 2007 at 02:49:24AM +, David Woodhouse wrote: > If a .dts file is given to the bootwrapper script without a full path > name, look in a sensible place for it. > > Signed-off-by: David Woodhouse <[EMAIL PROTECTED]> > > --- a/arch/powerpc/boot/wrapper > +++ b/arch/powerpc/boot/wr

[PPC BOOT] Find device-tree source file in default directory.

2007-12-02 Thread David Woodhouse
If a .dts file is given to the bootwrapper script without a full path name, look in a sensible place for it. Signed-off-by: David Woodhouse <[EMAIL PROTECTED]> --- a/arch/powerpc/boot/wrapper +++ b/arch/powerpc/boot/wrapper @@ -116,6 +118,9 @@ while [ "$#" -gt 0 ]; do done if [ -n "$dts" ]; t