
2 Apr
2013
2 Apr
'13
11:19 p.m.
On Tue, Apr 02, 2013 at 06:05:56PM +0200, Andreas Bie??mann wrote:
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
I've merged the bool patch, so we should be able to use that:
-void omap_nand_switch_ecc(int32_t hardware) +void omap_nand_switch_ecc(uint32_t hardware, uint32_t eccstrength)
here, yes?
--
Tom