From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 14 Nov 2014 13:28:17 -0800 Subject: [U-Boot] [PATCH] powerpc/BSC9132QDS: Enable creation of dynamic partition for NAND and NOR In-Reply-To: <1412600096-3928-1-git-send-email-Ashish.Kumar@freescale.com> References: <1412600096-3928-1-git-send-email-Ashish.Kumar@freescale.com> Message-ID: <546673F1.7000800@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/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 > --- Applied to u-boot-mpc85xx master. Thanks. York