Commit 72b4923b authored by Sudhakar Rajashekhara's avatar Sudhakar Rajashekhara Committed by Kevin Hilman

ARM: DaVinci: replace dm6467 with dm646x

Replaces occurrence of dm6467 with dm646x.
Signed-off-by: default avatarSudhakar Rajashekhara <sudhakar.raj@ti.com>
parent 01d98d6a
...@@ -26,7 +26,7 @@ static inline int cpu_is_davinci_dm ##type (void) \ ...@@ -26,7 +26,7 @@ static inline int cpu_is_davinci_dm ##type (void) \
/* following generates the cpu_is_davinci_dmxxx */ /* following generates the cpu_is_davinci_dmxxx */
IS_DAVINCI_CPU(644x, 0x6446) /* cpu_is_davinci_dm644x() */ IS_DAVINCI_CPU(644x, 0x6446) /* cpu_is_davinci_dm644x() */
IS_DAVINCI_CPU(6467, 0x6467) /* cpu_is_davinci_dm6467() */ IS_DAVINCI_CPU(646x, 0x6467) /* cpu_is_davinci_dm646x() */
IS_DAVINCI_CPU(350, 0x350) /* cpu_is_davinci_dm350() */ IS_DAVINCI_CPU(350, 0x350) /* cpu_is_davinci_dm350() */
#endif #endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment