Re: [PATCH 1/3] mtd: cmdlinepart: make the partitions rule more strict

2012-09-03 Thread Huang Shijie
On Mon, Sep 3, 2012 at 3:18 AM, Artem Bityutskiy wrote: > On Sun, 2012-08-26 at 13:21 -0400, Huang Shijie wrote: >> + * >> + * Note: >> + * If you choose to set the @offset for the , please set all >> + * the partitions with the same syntax, such as: >> + * gpmi-nand:100m@0(boot),100m@100m(ker

Re: [PATCH 1/3] mtd: cmdlinepart: make the partitions rule more strict

2012-09-03 Thread Artem Bityutskiy
On Sun, 2012-08-26 at 13:21 -0400, Huang Shijie wrote: > + * > + * Note: > + * If you choose to set the @offset for the , please set all > + * the partitions with the same syntax, such as: > + * gpmi-nand:100m@0(boot),100m@100m(kernel),1g@200m(rootfs) > + * > + * Please do _NOT_ set the partiti

Re: [PATCH 1/3] mtd: cmdlinepart: make the partitions rule more strict

2012-08-31 Thread Huang Shijie
On Fri, Aug 31, 2012 at 7:45 AM, Artem Bityutskiy wrote: > On Sun, 2012-08-26 at 13:21 -0400, Huang Shijie wrote: >> There are typically two types to set the mtd partitions: >> >> <1> set with the `size`, such as >> gpmi-nand:100m(boot),100m(kernel),1g(rootfs) >> >> <2> set with the `offset`,

Re: [PATCH 1/3] mtd: cmdlinepart: make the partitions rule more strict

2012-08-31 Thread Huang Shijie
On Fri, Aug 31, 2012 at 7:45 AM, Artem Bityutskiy wrote: > On Sun, 2012-08-26 at 13:21 -0400, Huang Shijie wrote: >> There are typically two types to set the mtd partitions: >> >> <1> set with the `size`, such as >> gpmi-nand:100m(boot),100m(kernel),1g(rootfs) >> >> <2> set with the `offset`,

Re: [PATCH 1/3] mtd: cmdlinepart: make the partitions rule more strict

2012-08-31 Thread Artem Bityutskiy
On Sun, 2012-08-26 at 13:21 -0400, Huang Shijie wrote: > There are typically two types to set the mtd partitions: > > <1> set with the `size`, such as > gpmi-nand:100m(boot),100m(kernel),1g(rootfs) > > <2> set with the `offset`, such as > gpmi-nand:100m@0(boot),100m@100m(kernel),1g@200m(r