Re: [PATCH] powerpc: Copy bootable images in the default install script

2009-01-05 Thread Grant Likely
On Tue, Jan 6, 2009 at 9:12 AM, Josh Boyer wrote: > On Mon, Jan 05, 2009 at 08:28:56AM -0700, Grant Likely wrote: >>On Mon, Jan 5, 2009 at 8:00 AM, Josh Boyer wrote: >>> >>> On Fri, Dec 19, 2008 at 05:57:20PM -0700, Grant Likely wrote: >>> >From: Grant Likely >>> > >>> >This patch makes the defa

Re: [PATCH] powerpc: Copy bootable images in the default install script

2009-01-05 Thread Josh Boyer
On Mon, Jan 05, 2009 at 08:28:56AM -0700, Grant Likely wrote: >On Mon, Jan 5, 2009 at 8:00 AM, Josh Boyer wrote: >> >> On Fri, Dec 19, 2008 at 05:57:20PM -0700, Grant Likely wrote: >> >From: Grant Likely >> > >> >This patch makes the default install script (arch/powerpc/boot/install.sh) >> >copy

Re: [PATCH] powerpc: Copy bootable images in the default install script

2009-01-05 Thread Grant Likely
On Mon, Jan 5, 2009 at 8:00 AM, Josh Boyer wrote: > > On Fri, Dec 19, 2008 at 05:57:20PM -0700, Grant Likely wrote: > >From: Grant Likely > > > >This patch makes the default install script (arch/powerpc/boot/install.sh) > >copy the bootable image files into the install directory. Before this > >

Re: [PATCH] powerpc: Copy bootable images in the default install script

2009-01-05 Thread Josh Boyer
On Fri, Dec 19, 2008 at 05:57:20PM -0700, Grant Likely wrote: >From: Grant Likely > >This patch makes the default install script (arch/powerpc/boot/install.sh) >copy the bootable image files into the install directory. Before this >patch only the vmlinux image file was copied. What do you do for

Re: [PATCH] powerpc: Copy bootable images in the default install script

2009-01-03 Thread Grant Likely
Ben, Kumar & Josh; any comments on this? Thanks, g. On Fri, Dec 19, 2008 at 5:57 PM, Grant Likely wrote: > From: Grant Likely > > This patch makes the default install script (arch/powerpc/boot/install.sh) > copy the bootable image files into the install directory. Before this > patch only the

[PATCH] powerpc: Copy bootable images in the default install script

2008-12-19 Thread Grant Likely
From: Grant Likely This patch makes the default install script (arch/powerpc/boot/install.sh) copy the bootable image files into the install directory. Before this patch only the vmlinux image file was copied. This patch makes the default 'make install' command useful for embedded development w