summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSekhar Nori <nsekhar@ti.com>2009-03-31 16:27:27 +0530
committerJustin Waters <justin.waters@timesys.com>2009-09-09 14:03:23 -0400
commit9c915ce967a9aa0cc8314ebcfcc525608ebd2d56 (patch)
tree42908b058cc25e427e55c27c225d63d70bde9575
parentce73658268641747c8d804a00b68b8465f302a21 (diff)
U-Boot: Remove unused CPU_TYPE definition
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
-rw-r--r--include/configs/da8xx_evm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/da8xx_evm.h b/include/configs/da8xx_evm.h
index 3947d4bdb6..e70e3aa7cb 100644
--- a/include/configs/da8xx_evm.h
+++ b/include/configs/da8xx_evm.h
@@ -31,7 +31,6 @@
/*=======*/
#define CFG_USE_SPIFLASH
#undef CONFIG_SYS_USE_NAND
-#define CPU_TYPE cpu_is_da830() ? 1 : 0
#ifdef CONFIG_DA830_EVM
#define CONFIG_SYS_NS16550_COM1 DAVINCI_UART2_BASE /* Base address of UART2 */