summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSudhakar Rajashekhara <sudhakar.raj@ti.com>2009-04-09 08:51:11 -0400
committerJustin Waters <justin.waters@timesys.com>2009-09-09 14:03:24 -0400
commit66d837d51334120cd561bcdd02bb93b6114edf11 (patch)
tree109d89f3ceff5f0c885b23aa5a9da41556c55c29
parent72b4f2add05f2980f7fb3144746868a50bb96ed7 (diff)
Use the proper DA850 EVM number.
Signed-off-by: Sudhakar Rajashekhara <sudhakar.raj@ti.com>
-rw-r--r--board/da8xx/da8xx-evm/da850.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/da8xx/da8xx-evm/da850.c b/board/da8xx/da8xx-evm/da850.c
index 6f85e2e409..f64c04c221 100644
--- a/board/da8xx/da8xx-evm/da850.c
+++ b/board/da8xx/da8xx-evm/da850.c
@@ -37,7 +37,7 @@
#include <asm/arch/hardware.h>
#include <asm/arch/emac_defs.h>
-#define MACH_TYPE_DA850_EVM 1781
+#define MACH_TYPE_DA850_EVM 2157
DECLARE_GLOBAL_DATA_PTR;