Re: [U-Boot] [PATCH] powerpc/BSC9132QDS: Enable creation of dynamic partition for NAND and NOR

2014-11-14 Thread York Sun
On 10/06/2014 05:54 AM, Ashish Kumar wrote: * fdt_fixup_mtdparts is called from ft_board_setup * run mtdparts default to create NAND, NOR partition on uboot * Use mtdparts to create partitions dynamically rather than using static partitions in device tree Signed-off-by: Ashish Kumar

Re: [U-Boot] [PATCH] powerpc/BSC9132QDS: Enable creation of dynamic partition for NAND and NOR

2014-10-15 Thread York Sun
OK. Please mark old patches superseded. York On 10/15/2014 02:04 AM, Kumar Ashish-B37399 wrote: Hi York, Please see the attached mail. Since SPI is not supported by fdt_fixup_mtdparts() same is removed in V2 Regards Ashish -Original Message- From: Sun York-R58495 Sent:

Re: [U-Boot] [PATCH] powerpc/BSC9132QDS: Enable creation of dynamic partition for NAND and NOR

2014-10-14 Thread York Sun
On 10/06/2014 05:54 AM, Ashish Kumar wrote: * fdt_fixup_mtdparts is called from ft_board_setup * run mtdparts default to create NAND, NOR partition on uboot * Use mtdparts to create partitions dynamically rather than using static partitions in device tree Signed-off-by: Ashish Kumar

Re: [U-Boot] [PATCH] powerpc/BSC9132QDS: Enable creation of dynamic partition for NAND and NOR

2014-10-14 Thread York Sun
On 10/14/2014 01:19 PM, Kumar Ashish-B37399 wrote: Hi York, Yes, I should superseed/reject the below patches http://patchwork.ozlabs.org/patch/391991/ I think your v2 patch reduced the size of SPI. Please check before you mark them superseded. York

Re: [U-Boot] [PATCH] powerpc/BSC9132QDS: Enable creation of dynamic partition for NAND and NOR

2014-10-14 Thread Ashish Kumar
Hi York, Yes, I should superseed/reject the below patches http://patchwork.ozlabs.org/patch/391991/ http://patchwork.ozlabs.org/patch/391990/ Regards Ashish -Original Message- From: Sun York-R58495 Sent: Wednesday, October 15, 2014 1:44 AM To: Kumar Ashish-B37399; u-Boot@lists.denx.de

[U-Boot] [PATCH] powerpc/BSC9132QDS: Enable creation of dynamic partition for NAND and NOR

2014-10-06 Thread Ashish Kumar
* fdt_fixup_mtdparts is called from ft_board_setup * run mtdparts default to create NAND, NOR partition on uboot * Use mtdparts to create partitions dynamically rather than using static partitions in device tree Signed-off-by: Ashish Kumar ashish.ku...@freescale.com ---