summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-am33xx/sys_proto.h
diff options
context:
space:
mode:
authorAndreas Bießmann <andreas.devel@googlemail.com>2013-04-04 23:52:50 +0000
committerTom Rini <trini@ti.com>2013-04-08 11:29:05 -0400
commitda634ae3567cc2df435f8617dbc95db2d079bf11 (patch)
treea249938868b5615ac13d3b35e10dfade2673f983 /arch/arm/include/asm/arch-am33xx/sys_proto.h
parentc0ed9179b817dfc147b553d513e72a49f3b932e2 (diff)
downloadtalos-obmc-uboot-da634ae3567cc2df435f8617dbc95db2d079bf11.tar.gz
talos-obmc-uboot-da634ae3567cc2df435f8617dbc95db2d079bf11.zip
omap_gpmc: change nandecc command
With uppcoming BCH support on OMAP devices we need to decide between differnt algorithms when switching the ECC engine. Currently we support 1-bit hammign and 8-bit BCH on HW backend. In order to switch between differnet ECC algorithms we need to change the interface of omap_nand_switch_ecc() also. Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com> Cc: Tom Rini <trini@ti.com> Cc: Thomas Weber <thomas.weber.linux@googlemail.com>
Diffstat (limited to 'arch/arm/include/asm/arch-am33xx/sys_proto.h')
-rw-r--r--arch/arm/include/asm/arch-am33xx/sys_proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-am33xx/sys_proto.h b/arch/arm/include/asm/arch-am33xx/sys_proto.h
index 0910a9451a..c913b5f318 100644
--- a/arch/arm/include/asm/arch-am33xx/sys_proto.h
+++ b/arch/arm/include/asm/arch-am33xx/sys_proto.h
@@ -39,5 +39,5 @@ struct gpmc_cs;
void gpmc_init(void);
void enable_gpmc_cs_config(const u32 *gpmc_config, struct gpmc_cs *cs, u32 base,
u32 size);
-void omap_nand_switch_ecc(int);
+void omap_nand_switch_ecc(uint32_t, uint32_t);
#endif
OpenPOWER on IntegriCloud