Re: [PATCH] [POWERPC] add target for building .dtb files

2008-02-21 Thread Scott Wood
Grant Erickson wrote: >> diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile >> index d57a67d..fb29f10 100644 >> --- a/arch/powerpc/boot/Makefile >> +++ b/arch/powerpc/boot/Makefile >> @@ -311,6 +311,10 @@ $(obj)/treeImage.initrd.%: vmlinux $(dtstree)/%.dts >> $(wrapperbits) >> $(

Re: [PATCH] [POWERPC] add target for building .dtb files

2008-02-21 Thread Grant Erickson
On 2/21/08 11:19 AM, Grant Likely wrote: > From: Grant Likely <[EMAIL PROTECTED]> > > Signed-off-by: Grant Likely <[EMAIL PROTECTED]> > > --- > > Josh, is this what your were looking for? > > Cheers, > g. > --- > > arch/powerpc/Makefile |2 +- > arch/powerpc/boot/Makefile |4

[PATCH] [POWERPC] add target for building .dtb files

2008-02-21 Thread Grant Likely
From: Grant Likely <[EMAIL PROTECTED]> Signed-off-by: Grant Likely <[EMAIL PROTECTED]> --- Josh, is this what your were looking for? Cheers, g. --- arch/powerpc/Makefile |2 +- arch/powerpc/boot/Makefile |4 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/arch