Re: [U-Boot] [PATCH 3/4] sunxi: nand: Add a20_nandread command to load image from NAND in SPL

2015-07-17 Thread Piotr Zierhoffer
Hello 2015-07-16 23:20 GMT+02:00 Scott Wood : > On Thu, 2015-07-16 at 13:25 +0200, Piotr Zierhoffer wrote: >> Signed-off-by: Peter Gielda >> Signed-off-by: Tomasz Gorochowik >> Signed-off-by: Mateusz Holenko >> Signed-off-by: Piotr Zierhoffer > > Why does the same code now have a completely di

Re: [U-Boot] [PATCH 3/4] sunxi: nand: Add a20_nandread command to load image from NAND in SPL

2015-07-16 Thread Scott Wood
On Thu, 2015-07-16 at 13:25 +0200, Piotr Zierhoffer wrote: > From: Piotr Zierhoffer > > The usage of the command is: > > a20_nandread > > It allows user to copy data from NAND to memory. It employs > nand_spl_load_image from the sunxi NAND driver. > > It is added only when the NAND support

[U-Boot] [PATCH 3/4] sunxi: nand: Add a20_nandread command to load image from NAND in SPL

2015-07-16 Thread Piotr Zierhoffer
From: Piotr Zierhoffer The usage of the command is: a20_nandread It allows user to copy data from NAND to memory. It employs nand_spl_load_image from the sunxi NAND driver. It is added only when the NAND support is enabled. Signed-off-by: Peter Gielda Signed-off-by: Tomasz Gorochowik Sig