Skip to content
Snippets Groups Projects
Commit 724bd3c5 authored by Sandeep Paulraj's avatar Sandeep Paulraj Committed by Albert Aribaud
Browse files

DaVinci: Remove incorrect CONFIG option


The option CONFIG_SOC_DM6447 seems to have ended up
in the code by mistake. It is not used anywhere and
there is no chip called DM6447.


Signed-off-by: default avatarSandeep Paulraj <s-paulraj@ti.com>
parent f3d5d310
No related branches found
No related tags found
No related merge requests found
......@@ -54,12 +54,6 @@
#define DDR_PLLDIV PLLC_PLLDIV2
#endif
#ifdef CONFIG_SOC_DM6447
#define ARM_PLLDIV PLLC_PLLDIV2
#define DSP_PLLDIV PLLC_PLLDIV1
#define DDR_PLLDIV PLLC_PLLDIV1
#endif
#ifdef CONFIG_SOC_DM646X
#define DSP_PLLDIV PLLC_PLLDIV1
#define ARM_PLLDIV PLLC_PLLDIV2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment