From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?QW5kcmVhcyBCaWXDn21hbm4=?= Date: Thu, 06 Nov 2014 01:12:07 +0100 Subject: [U-Boot] [v3 PATCH 08/12] spl, nand, atmel_nand: add erase one block function In-Reply-To: <1414740666-13337-9-git-send-email-hs@denx.de> References: <1414740666-13337-1-git-send-email-hs@denx.de> <1414740666-13337-9-git-send-email-hs@denx.de> Message-ID: <545ABCD7.4050009@googlemail.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 31.10.14 08:31, Heiko Schocher wrote: > erase one nand block in spl code. keep it simple, as size matters > This is used on the upcoming taurus spl support. > > Signed-off-by: Heiko Schocher > Acked-by: Scott Wood > Reviewed-by: Bo Shen Reviewed-by: Andreas Bie?mann > > --- > > Changes in v3: > add Acked-by from Scott Wood > add Reviewed-by from Bo Shen > > Changes in v2: > add comment from scott wood: > - move nand_erase_one into "include/nand.h" and rename it > to spl_nand_erase_one > > drivers/mtd/nand/atmel_nand.c | 33 +++++++++++++++++++++++++++++++++ > include/nand.h | 1 + > 2 files changed, 34 insertions(+)