Newer
Older
barebox / include / asm-arm / arch-imx / imx-nand.h
@Sascha Hauer Sascha Hauer on 26 Oct 2009 242 bytes imx_nand: allow flash based bbt
#ifndef __ASM_ARCH_NAND_H
#define __ASM_ARCH_NAND_H

#include <linux/mtd/mtd.h>

void imx_nand_load_image(void *dest, int size);

struct imx_nand_platform_data {
	int width;
	int hw_ecc:1;
	int flash_bbt:1;
};
#endif /* __ASM_ARCH_NAND_H */