The code does not compile if ECC is enabled. Signed-off-by: Andre Renaud <[email protected]> Signed-off-by: Simon Glass <[email protected]> ---
Changes in v2: None drivers/mtd/nand/atmel_nand.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/mtd/nand/atmel_nand.c b/drivers/mtd/nand/atmel_nand.c index 8fac824..15958cb 100644 --- a/drivers/mtd/nand/atmel_nand.c +++ b/drivers/mtd/nand/atmel_nand.c @@ -20,6 +20,8 @@ #include <watchdog.h> #include <linux/mtd/nand_ecc.h> +#define dev_warn(dev, msg...) + #ifdef CONFIG_ATMEL_NAND_HWECC /* Register access macros */ -- 2.8.0.rc3.226.g39d4020 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

