summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-lpc32xx/sys_proto.h
diff options
context:
space:
mode:
authorAlbert ARIBAUD \(3ADEV\) <albert.aribaud@3adev.fr>2015-03-31 11:40:44 +0200
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2015-04-10 14:22:56 +0200
commitc8381bf435ddb104594df00411a8ebd049dd753c (patch)
tree0269cb43c5534f7985930f02cf898ee15940b072 /arch/arm/include/asm/arch-lpc32xx/sys_proto.h
parentac2916a2245d999006585b6bb1e312639fa4929b (diff)
downloadu-boot-c8381bf435ddb104594df00411a8ebd049dd753c.tar.gz
lpc32xx: mtd: nand: add MLC NAND controller
The controller's Reed-Solomon ECC hardware is used except of course for raw reads and writes. It covers in- and out-of-band data together. The SPL framework is supported. Signed-off-by: Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
Diffstat (limited to 'arch/arm/include/asm/arch-lpc32xx/sys_proto.h')
-rw-r--r--arch/arm/include/asm/arch-lpc32xx/sys_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-lpc32xx/sys_proto.h b/arch/arm/include/asm/arch-lpc32xx/sys_proto.h
index a6b8826ef5..0c4e712a06 100644
--- a/arch/arm/include/asm/arch-lpc32xx/sys_proto.h
+++ b/arch/arm/include/asm/arch-lpc32xx/sys_proto.h
@@ -9,5 +9,6 @@
void lpc32xx_uart_init(unsigned int uart_id);
void lpc32xx_mac_init(void);
+void lpc32xx_mlc_nand_init(void);
#endif /* _LPC32XX_SYS_PROTO_H */