Re: [PATCH] [POWERPC] Fix zImage-dtb.initrd build error

2008-02-29 Thread Geoff Levand
On 02/29/2008 06:33 AM, Grant Likely wrote: > Any comments on this patch? It needs to go in for .25, but I haven't > gotten any Acks on it. I have it in ps3-linux.git, and seems to work OK. Acked-by: Geoff Levand <[EMAIL PROTECTED]> ___ Linuxppc-dev m

Re: [PATCH] [POWERPC] Fix zImage-dtb.initrd build error

2008-02-29 Thread Grant Likely
Any comments on this patch? It needs to go in for .25, but I haven't gotten any Acks on it. Cheers, g. On Thu, Feb 21, 2008 at 11:57 AM, Grant Likely <[EMAIL PROTECTED]> wrote: > From: Grant Likely <[EMAIL PROTECTED]> > > The pattern substitution rules were failing when used with zImage-dtb >

[PATCH] [POWERPC] Fix zImage-dtb.initrd build error

2008-02-21 Thread Grant Likely
From: Grant Likely <[EMAIL PROTECTED]> The pattern substitution rules were failing when used with zImage-dtb targets. if zImage-dtb.initrd was selected, the pattern substitution would generate "zImage.initrd-dtb" instead of "zImage-dtb.initrd" which caused the build to fail. This patch renames z