From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 14 Nov 2014 13:28:39 -0800 Subject: [U-Boot] [PATCH] powerpc/BSC9131RDB: Enable creation of dynamic partitions for NAND In-Reply-To: <1412685143-5769-1-git-send-email-Ashish.Kumar@freescale.com> References: <1412685143-5769-1-git-send-email-Ashish.Kumar@freescale.com> Message-ID: <54667407.1030302@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/07/2014 05:32 AM, Ashish Kumar wrote: > * fdt_fixup_mtdparts is called from ft_board_setup > * Run "mtdparts default" to create NAND partition on uboot > * Use mtdparts to create partitions dynamically rather > than using static partitions in device tree > > Signed-off-by: Ashish Kumar > --- Applied to u-boot-mpc85xx master. Thanks. York