commit | 96653c2b42443ee928ef30afc0e2fcc58ec995e1 | [log] [tgz] |
---|---|---|
author | Sandeep Paulraj <s-paulraj@ti.com> | Fri Sep 18 17:30:05 2009 -0400 |
committer | Tom Rix <Tom.Rix@windriver.com> | Sun Oct 04 10:51:31 2009 -0500 |
tree | fd96fcc55092375255d16fe721d4c8ac898da8d9 | |
parent | 6ad0138df6477c64e63087acf08b8124dab39d2e [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>