Re: [U-Boot] [PATCH] Can build with only jffs2 cmdline support

2009-03-02 Thread Kyungmin Park
On Sat, Feb 28, 2009 at 11:20 PM, Wolfgang Denk wrote: > Dear Kyungmin Park, > > In message <20090227085736.ga5...@july> you wrote: >> Some program such as UBI only used the mtdpart only. >> however current jffs2 cmdline has dependent with jffs2 cmd >> This patch make a build only jffs2 cmdline wi

Re: [U-Boot] [PATCH] Can build with only jffs2 cmdline support

2009-02-28 Thread Wolfgang Denk
Dear Kyungmin Park, In message <20090227085736.ga5...@july> you wrote: > Some program such as UBI only used the mtdpart only. > however current jffs2 cmdline has dependent with jffs2 cmd > This patch make a build only jffs2 cmdline without jffs2 cmd dependency. > > Signed-off-by: Kyungmin Park >

Re: [U-Boot] [PATCH] Can build with only jffs2 cmdline support

2009-02-27 Thread Stefan Roese
On Friday 27 February 2009, Kyungmin Park wrote: > >> Some program such as UBI only used the mtdpart only. > >> however current jffs2 cmdline has dependent with jffs2 cmd > >> This patch make a build only jffs2 cmdline without jffs2 cmd dependency. > > > > Even though I like the idea of this patch,

Re: [U-Boot] [PATCH] Can build with only jffs2 cmdline support

2009-02-27 Thread Kyungmin Park
Hi Stefan, On Fri, Feb 27, 2009 at 6:24 PM, Stefan Roese wrote: > Hi Kyungmin, > > On Friday 27 February 2009, Kyungmin Park wrote: >> Some program such as UBI only used the mtdpart only. >> however current jffs2 cmdline has dependent with jffs2 cmd >> This patch make a build only jffs2 cmdline w

Re: [U-Boot] [PATCH] Can build with only jffs2 cmdline support

2009-02-27 Thread Stefan Roese
Hi Kyungmin, On Friday 27 February 2009, Kyungmin Park wrote: > Some program such as UBI only used the mtdpart only. > however current jffs2 cmdline has dependent with jffs2 cmd > This patch make a build only jffs2 cmdline without jffs2 cmd dependency. Even though I like the idea of this patch, I

[U-Boot] [PATCH] Can build with only jffs2 cmdline support

2009-02-27 Thread Kyungmin Park
Some program such as UBI only used the mtdpart only. however current jffs2 cmdline has dependent with jffs2 cmd This patch make a build only jffs2 cmdline without jffs2 cmd dependency. Signed-off-by: Kyungmin Park --- diff --git a/common/Makefile b/common/Makefile index f13cd11..18d76fa 100644 --