summaryrefslogtreecommitdiff
path: root/include/configs/omap3logic.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/omap3logic.h')
-rw-r--r--include/configs/omap3logic.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/configs/omap3logic.h b/include/configs/omap3logic.h
index f2713a95b3..cae4399da6 100644
--- a/include/configs/omap3logic.h
+++ b/include/configs/omap3logic.h
@@ -33,8 +33,6 @@
#ifndef __CONFIG_H
#define __CONFIG_H
-#include <ecc-method_autogenerated.h>
-
/*
* High Level Configuration Options
*/
@@ -213,10 +211,10 @@
#define MTDPARTS_NAND_DEFAULT "mtdparts=omap2-nand.0:512k(x-loader),"\
"1664k(u-boot),384k(u-boot-env),"\
"5m(kernel),20m(ramdisk),-(fs)"
-#if defined(SYSCFG_NAND_ECC_SOFT_BCH)
+#if defined(CONFIG_SYSCFG_NAND_ECC_SOFT_BCH)
#define MTDFLAGS_NAND_DEFAULT "default=ecc_bch;x-loader=ecc_hw,repeat;fs=yaffs"
#endif
-#if defined(SYSCFG_NAND_ECC_IN_CHIP)
+#if defined(CONFIG_SYSCFG_NAND_ECC_IN_CHIP)
#define MTDFLAGS_NAND_DEFAULT "default=ecc_chip;x-loader=ecc_hw,repeat;fs=yaffs"
#endif