Re: [U-Boot] [PATCH v2 2/2] imx: pcl063: add nand boot support

2019-08-26 Thread Peng Fan
> Subject: [PATCH v2 2/2] imx: pcl063: add nand boot support > > Booting from NAND needs nandbcb and nand boot device selection > > Signed-off-by: Parthiban Nallathambi > --- > > Notes: > Changes in v2: > - None > > board/phytec/pcl063/spl.c| 3 +++ > configs/phycore_pcl063_de

[U-Boot] [PATCH v2 2/2] imx: pcl063: add nand boot support

2019-08-23 Thread Parthiban Nallathambi
Booting from NAND needs nandbcb and nand boot device selection Signed-off-by: Parthiban Nallathambi --- Notes: Changes in v2: - None board/phytec/pcl063/spl.c| 3 +++ configs/phycore_pcl063_defconfig | 1 + 2 files changed, 4 insertions(+) diff --git a/board/phytec/pcl063/spl.