
31 Oct
2014
31 Oct
'14
12:16 a.m.
On Thu, 2014-10-30 at 09:15 +0100, 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 hs@denx.de
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(+)
Acked-by: Scott Wood scottwood@freescale.com
-Scott