]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
DaVinci: Remove incorrect CONFIG option
authorSandeep Paulraj <s-paulraj@ti.com>
Wed, 29 Dec 2010 21:09:27 +0000 (16:09 -0500)
committerAlbert Aribaud <albert.aribaud@free.fr>
Tue, 1 Feb 2011 23:54:44 +0000 (00:54 +0100)
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>
arch/arm/cpu/arm926ejs/davinci/cpu.c

index 340c5becd31c8d845528cf2bcddd1d23649b1ce2..8b57205ea8df7a4c9f652a5c5929d5d8641aaa98 100644 (file)
 #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