summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTomas Novotny <[email protected]>2013-02-01 06:44:06 +0000
committerTom Rini <[email protected]>2013-02-18 13:48:03 -0500
commit78ed94c8bc743b0a52060388fc9a1439606b71ac (patch)
treede242c946684de950c620dad0032f0cc79867921 /include
parent9f024f62e4604274a23213dcee30016092e32e7b (diff)
da8xx: ea20: Add the configuration define for the exact SoC variant
Signed-off-by: Tomas Novotny <[email protected]> Cc: Tom Rini <[email protected]> Cc: Stefano Babic <[email protected]> Acked-by: Stefano Babic <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/ea20.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/ea20.h b/include/configs/ea20.h
index d3eb5969dc9..03dfe0af2d0 100644
--- a/include/configs/ea20.h
+++ b/include/configs/ea20.h
@@ -42,6 +42,7 @@
#define CONFIG_MACH_DAVINCI_DA850_EVM
#define CONFIG_ARM926EJS /* arm926ejs CPU core */
#define CONFIG_SOC_DA8XX /* TI DA8xx SoC */
+#define CONFIG_SOC_DA850 /* TI DA850 SoC */
#define CONFIG_SYS_CLK_FREQ clk_get(DAVINCI_ARM_CLKID)
#define CONFIG_SYS_OSCIN_FREQ 24000000
#define CONFIG_SYS_TIMERBASE DAVINCI_TIMER0_BASE