summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSekhar Nori <nsekhar@ti.com>2009-04-11 11:45:48 +0530
committerJustin Waters <justin.waters@timesys.com>2009-09-09 14:03:24 -0400
commit65f3102824fa577e1fe206975f8dd635d8c3a2a4 (patch)
tree54ab10206c4149256ac6fc94902f4d5b9275f31e
parentf8a9d21c544a872f8890c6458ddbe8601359785e (diff)
U-Boot: DA830: Remove unused defines
-rw-r--r--include/configs/da830_evm.h2
-rw-r--r--include/configs/da850_evm.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/da830_evm.h b/include/configs/da830_evm.h
index c4cbe9d58d..bae43c1827 100644
--- a/include/configs/da830_evm.h
+++ b/include/configs/da830_evm.h
@@ -123,7 +123,6 @@
#define CONFIG_SYS_NO_FLASH
#define CONFIG_ENV_IS_IN_NAND
#define CONFIG_ENV_SIZE SZ_128K
-#define CONFIG_NAND_1BIT_ECC
#define CONFIG_NAND_CS 2
#define CONFIG_SYS_NAND_BASE DAVINCI_ASYNC_EMIF_DATA_CE3_BASE
#define CONFIG_CLE_MASK 0x10
@@ -137,7 +136,6 @@
#define NAND_MAX_CHIPS 1
/* Block 0--not used by bootcode */
#define CONFIG_ENV_OFFSET 0x0
-#define DEF_BOOTM ""
#endif
#ifdef CONFIG_SYS_USE_NOR
diff --git a/include/configs/da850_evm.h b/include/configs/da850_evm.h
index 1d2f34824d..3bdd1e72e3 100644
--- a/include/configs/da850_evm.h
+++ b/include/configs/da850_evm.h
@@ -118,7 +118,6 @@
#define CONFIG_SYS_NO_FLASH
#define CONFIG_ENV_IS_IN_NAND
#define CONFIG_ENV_SIZE SZ_128K
-#define CONFIG_NAND_1BIT_ECC
#define CONFIG_NAND_CS 3
#define CONFIG_SYS_NAND_BASE DAVINCI_ASYNC_EMIF_DATA_CE3_BASE
#define CONFIG_CLE_MASK 0x10
@@ -130,7 +129,6 @@
#define NAND_MAX_CHIPS 1
/* Block 0--not used by bootcode */
#define CONFIG_ENV_OFFSET 0x0
-#define DEF_BOOTM ""
#endif
#ifdef CONFIG_SYS_USE_NOR