summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-omap3/sys_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/include/asm/arch-omap3/sys_proto.h')
-rw-r--r--arch/arm/include/asm/arch-omap3/sys_proto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-omap3/sys_proto.h b/arch/arm/include/asm/arch-omap3/sys_proto.h
index 8c4f364d01a..ac28a8866f6 100644
--- a/arch/arm/include/asm/arch-omap3/sys_proto.h
+++ b/arch/arm/include/asm/arch-omap3/sys_proto.h
@@ -64,7 +64,8 @@ u32 wait_on_value(u32, u32, void *, u32);
void sdelay(unsigned long);
void make_cs1_contiguous(void);
enum omap_nand_ecc_mode {
- OMAP_ECC_SOFT = 1,
+ OMAP_ECC_NONE,
+ OMAP_ECC_SOFT,
OMAP_ECC_HW,
OMAP_ECC_CHIP,
OMAP_ECC_SOFT_BCH,