From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pd0-x22c.google.com ([2607:f8b0:400e:c02::22c]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VgEbV-0006jp-I6 for linux-mtd@lists.infradead.org; Tue, 12 Nov 2013 14:06:06 +0000 Received: by mail-pd0-f172.google.com with SMTP id w10so6954776pde.3 for ; Tue, 12 Nov 2013 06:05:40 -0800 (PST) Date: Tue, 12 Nov 2013 22:03:57 -0500 From: Huang Shijie To: Ezequiel Garcia Subject: Re: [PATCH 2/2] mtd: cmdlinepart: support master name is not set when parser partition Message-ID: <20131113030351.GA8465@gmail.com> References: <20131111030657.GA9406@gmail.com> <20131110180900.GA2478@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131110180900.GA2478@localhost> Cc: "Wanglin \(Albert\)" , Brian Norris , Artem Bityutskiy , Caizhiyong , Randy Dunlap , "linux-kernel@vger.kernel.org" , Karel Zak , "linux-mtd@lists.infradead.org" , Shmulik Ladkani , Andrew Morton , "fengguang.wu@intel.com" List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sun, Nov 10, 2013 at 03:09:02PM -0300, Ezequiel Garcia wrote: > > Can you summarize such cases? Or maybe better, just share them all :) I just test it with cases such as(my nand is just 1G): (1) mtdparts=gpmi-nand:16m(boot),16m(kernel),600m(dtb),600m(ok),-(rootfs) (2) mtdparts=gpmi-nand:16m(boot),16m(kernel),600m(ok),-(rootfs) (3) mtdparts=gpmi-nand:16m(boot),16m(kernel),600m(dtb),600m(ok),600m(ok2),-(rootfs) thanks Huang Shijie