Re: [U-Boot] [PATCH v1 05/10] mtd: atmel_nand: add missign include

2014-10-26 Thread Andreas Bießmann
On 01.10.14 07:54, Heiko Schocher wrote: > using this driver in SPL code with CONFIG_SPL_NAND_ECC > configured leads in a compileerror. Fix this. > > Signed-off-by: Heiko Schocher > Cc: Andreas Bießmann > Cc: Bo Shen > Cc: Scott Wood > Cc: Josh Wu > Reviewed-by: Andreas Bießmann

[U-Boot] [PATCH v1 05/10] mtd: atmel_nand: add missign include

2014-09-30 Thread Heiko Schocher
using this driver in SPL code with CONFIG_SPL_NAND_ECC configured leads in a compileerror. Fix this. Signed-off-by: Heiko Schocher Cc: Andreas Bießmann Cc: Bo Shen Cc: Scott Wood Cc: Josh Wu --- drivers/mtd/nand/atmel_nand.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mtd/na