barebox/include/asm-arm/arch-imx/imx-nand.h
Eric Benard 8b05f7528c imx-nand : remove wrong part of commit ca326e8882
previous fix for 2k pages was wrong so remove it

Signed-off-by: Eric Benard <eric@eukrea.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2009-10-23 09:42:01 +02:00

14 lines
252 B
C

#ifndef __ASM_ARCH_NAND_H
#define __ASM_ARCH_NAND_H
#include <linux/mtd/mtd.h>
void imx_nand_load_image(void *dest, int size, int pagesize, int blocksize);
struct imx_nand_platform_data {
int width;
int hw_ecc;
};
#endif /* __ASM_ARCH_NAND_H */