Re: [U-Boot] [PATCH 7/7 v11] powerpc: p1022ds: add TPL for p1022ds nand boot

2013-08-20 Thread York Sun
On 08/16/2013 12:16 AM, ying.zh...@freescale.com wrote: > From: Ying Zhang > > TPL is introduced in the patch "NAND: TPL : introduce the TPL > based on the SPL", here enable TPL for p1022ds nand boot. > > Signed-off-by: Ying Zhang > --- > Change from v10: > - No change. > Change from v9: > - Mo

[U-Boot] [PATCH 7/7 v11] powerpc: p1022ds: add TPL for p1022ds nand boot

2013-08-16 Thread ying.zhang
From: Ying Zhang TPL is introduced in the patch "NAND: TPL : introduce the TPL based on the SPL", here enable TPL for p1022ds nand boot. Signed-off-by: Ying Zhang --- Change from v10: - No change. Change from v9: - Modify drivers/mtd/nand/Makefile. - Modify drivers/mtd/nand/fsl_elbc_spl.c. - Mo