commit | 1e4eccfd6e2fd2bce24b3fad7419beaa007cbbbd | [log] [tgz] |
---|---|---|
author | Andreas Bießmann <andreas.devel@googlemail.com> | Thu Apr 04 23:52:50 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Mon Apr 08 11:29:05 2013 -0400 |
tree | a249938868b5615ac13d3b35e10dfade2673f983 | |
parent | ce2127880dac7b56cee1bd939cd25f7e5b122d5d [diff] |
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>