From: Tomas Novotny Date: Fri, 1 Feb 2013 06:44:06 +0000 (+0000) Subject: da8xx: ea20: Add the configuration define for the exact SoC variant X-Git-Tag: v2013.04-rc2~24^2~58^2~18 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=78ed94c8bc743b0a52060388fc9a1439606b71ac;p=u-boot da8xx: ea20: Add the configuration define for the exact SoC variant Signed-off-by: Tomas Novotny Cc: Tom Rini Cc: Stefano Babic Acked-by: Stefano Babic --- diff --git a/include/configs/ea20.h b/include/configs/ea20.h index d3eb5969dc..03dfe0af2d 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