Re: [U-Boot] [PATCH 1/5] omap3_beagle: remove JFFS2 support.

2013-07-11 Thread Joel Fernandes
On Thu, Jul 11, 2013 at 10:49 PM, Nishanth Menon wrote: > On 21:49-20130711, Joel Fernandes wrote: >> On Thu, Jul 11, 2013 at 4:52 PM, Nishanth Menon wrote: >> > We do not use JFFS2 by default and it conflicts with >> > CONFIG_CMD_FS_GENERIC (ls command is the same). Since most of our >> > BOOTCM

Re: [U-Boot] [PATCH 1/5] omap3_beagle: remove JFFS2 support.

2013-07-11 Thread Nishanth Menon
On 23:25-20130711, Joel Fernandes wrote: > On Thu, Jul 11, 2013 at 10:49 PM, Nishanth Menon wrote: > > On 21:49-20130711, Joel Fernandes wrote: > >> On Thu, Jul 11, 2013 at 4:52 PM, Nishanth Menon wrote: > >> > We do not use JFFS2 by default and it conflicts with > >> > CONFIG_CMD_FS_GENERIC (ls

Re: [U-Boot] [PATCH 1/5] omap3_beagle: remove JFFS2 support.

2013-07-11 Thread Nishanth Menon
On 21:49-20130711, Joel Fernandes wrote: > On Thu, Jul 11, 2013 at 4:52 PM, Nishanth Menon wrote: > > We do not use JFFS2 by default and it conflicts with > > CONFIG_CMD_FS_GENERIC (ls command is the same). Since most of our > > BOOTCMD can be simplified by using the FS_GENERIC, dropping JFFS2 > >

Re: [U-Boot] [PATCH 1/5] omap3_beagle: remove JFFS2 support.

2013-07-11 Thread Joel Fernandes
On Thu, Jul 11, 2013 at 4:52 PM, Nishanth Menon wrote: > We do not use JFFS2 by default and it conflicts with > CONFIG_CMD_FS_GENERIC (ls command is the same). Since most of our > BOOTCMD can be simplified by using the FS_GENERIC, dropping JFFS2 > > Signed-off-by: Nishanth Menon > --- > include/

[U-Boot] [PATCH 1/5] omap3_beagle: remove JFFS2 support.

2013-07-11 Thread Nishanth Menon
We do not use JFFS2 by default and it conflicts with CONFIG_CMD_FS_GENERIC (ls command is the same). Since most of our BOOTCMD can be simplified by using the FS_GENERIC, dropping JFFS2 Signed-off-by: Nishanth Menon --- include/configs/omap3_beagle.h |8 1 file changed, 8 deletions(-