projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3d5d31
)
DaVinci: Remove incorrect CONFIG option
author
Sandeep Paulraj
<s-paulraj@ti.com>
Wed, 29 Dec 2010 21:09:27 +0000
(16:09 -0500)
committer
Albert 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
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/arm926ejs/davinci/cpu.c
b/arch/arm/cpu/arm926ejs/davinci/cpu.c
index 340c5becd31c8d845528cf2bcddd1d23649b1ce2..8b57205ea8df7a4c9f652a5c5929d5d8641aaa98 100644
(file)
--- a/
arch/arm/cpu/arm926ejs/davinci/cpu.c
+++ b/
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