Re: [U-Boot] [PATCH] powerpc/BSC9131RDB: Add mtdparts suppport

2014-09-22 Thread Ashish Kumar
Sorry Please ignore this patch, since version info is incorrect Regards Ashish -Original Message- From: Ashish Kumar [mailto:ashish.ku...@freescale.com] Sent: Monday, September 22, 2014 8:06 PM To: u-boot@lists.denx.de Cc: Wood Scott-B07421; Sun York-R58495; Kumar Ashish-B37399 Subject:

[U-Boot] [PATCH] powerpc/BSC9131RDB: Add mtdparts suppport

2014-09-22 Thread Ashish Kumar
* Use mtdparts to create partitions dynamically rather than using static partitions in device tree Signed-off-by: Ashish Kumar --- include/configs/BSC9131RDB.h | 15 +++ 1 files changed, 15 insertions(+), 0 deletions(-) V2: - Reduce uboot and dtb size in NAND - Remove us

[U-Boot] [PATCH] powerpc/BSC9131RDB: Add mtdparts suppport

2014-09-22 Thread Ashish Kumar
* Use mtdparts to create partitions dynamically rather than using static partitions in device tree Signed-off-by: Ashish Kumar --- include/configs/BSC9131RDB.h | 15 +++ 1 files changed, 15 insertions(+), 0 deletions(-) V2: - Reduce uboot and dtb size in NAND - Remove us

[U-Boot] [PATCH] powerpc/BSC9131RDB: add mtdparts suppport

2014-09-10 Thread Ashish Kumar
Use mtdparts to create partitions dynamically rather than using static partitions in device tree Signed-off-by: Ashish Kumar --- include/configs/BSC9131RDB.h | 15 +++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/include/configs/BSC9131RDB.h b/include/con