浏览代码

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: Sandeep Paulraj <s-paulraj@ti.com>
Sandeep Paulraj 14 年之前
父节点
当前提交
724bd3c50f
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. 0 6
      arch/arm/cpu/arm926ejs/davinci/cpu.c

+ 0 - 6
arch/arm/cpu/arm926ejs/davinci/cpu.c

@@ -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