From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Thu, 16 Jul 2015 16:20:49 -0500 Subject: [U-Boot] [PATCH 3/4] sunxi: nand: Add a20_nandread command to load image from NAND in SPL In-Reply-To: <1437045915-25755-4-git-send-email-pzierhoffer@antmicro.com> References: <1437045915-25755-1-git-send-email-pzierhoffer@antmicro.com> <1437045915-25755-4-git-send-email-pzierhoffer@antmicro.com> Message-ID: <1437081649.2993.161.camel@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 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 is enabled. Please respond to the comments received when it was posted at http://patchwork.ozlabs.org/patch/466149/ > 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 different author and sign-off chain? -Scott