ar71xx: ar934x-nfc: allow ECC to be configured in software BCH mode
Some devices ship with NAND images that use BCH ECC. Let the driver know about that ECC mode so that it can be selected by machine files. Signed-off-by: Thomas Hebb <tommyhebb@gmail.com> SVN-Revision: 46022
This commit is contained in:
@@ -20,6 +20,7 @@ struct mtd_partition;
|
||||
enum ar934x_nfc_ecc_mode {
|
||||
AR934X_NFC_ECC_SOFT = 0,
|
||||
AR934X_NFC_ECC_HW,
|
||||
AR934X_NFC_ECC_SOFT_BCH,
|
||||
};
|
||||
|
||||
struct ar934x_nfc_platform_data {
|
||||
|
||||
Reference in New Issue
Block a user