commit | 95ae803afbdd9f673c94b992ea624a10d252afc2 | [log] [tgz] |
---|---|---|
author | Sandeep Paulraj <s-paulraj@ti.com> | Fri Sep 18 17:30:05 2009 -0400 |
committer | Tom Rix <Tom.Rix@windriver.com> | Tue Oct 13 06:17:37 2009 -0500 |
tree | 12ac75daad17d61a281b68cb6da4778f4156a389 | |
parent | fc9165fdb3b021aa8ff02417692220fe9344072b [diff] |
TI: DaVinci DM646x: Update flag used to represent DM646x SOC's In the DaVinci specific code, we use both CONFIG_SOC_DM646X and CONFIG_SOC_DM646x to represent DM646x specific code. This patch changes occurrences of CONFIG_SOC_DM646x to CONFIG_SOC_DM646X. This is because for DM644x series of SOCs we use the flag CONFIG_SOC_DM644X. We want some uniformity. Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com> Acked-by: Tom Rix <Tom.Rix@windriver.com>