
s-paulraj@ti.com wrote:
From: Sandeep Paulraj s-paulraj@ti.com
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
Which board defines CONFIG_SOC_DM646X? I could not find it in a simple grep.
Otherwise.. Ack-ed Tom
No board uses it as of now. But there is some support for DM646x(DaVinci-HD) based chips in the present source in the form of some entries in the hardware.h file and 1 DM646x SOC specific file. IIRC patches were sent some months ago for DM646x but got lost in the list.
Thanks, Sandeep