summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorJan Luebbe <jlu@pengutronix.de>2013-04-18 11:47:10 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-04-19 07:25:46 +0200
commitde5b9f71bf8d3afbe9503b98acef9a93f1e08881 (patch)
tree620f89480b112a75e2406c62041a12aadd020f57 /arch
parent98839ca886a1e146091e06799cde6c9912f77863 (diff)
downloadbarebox-de5b9f71bf8d3afbe9503b98acef9a93f1e08881.tar.gz
barebox-de5b9f71bf8d3afbe9503b98acef9a93f1e08881.tar.xz
m33xx-clock: remove unused code
This patch includes no functional change. If a configurable DDRPLL_M is required later, it should be set by the board instead of from here. Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-omap/include/mach/am33xx-clock.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/arm/mach-omap/include/mach/am33xx-clock.h b/arch/arm/mach-omap/include/mach/am33xx-clock.h
index 3b6de3b96f..2ecfc5fc8d 100644
--- a/arch/arm/mach-omap/include/mach/am33xx-clock.h
+++ b/arch/arm/mach-omap/include/mach/am33xx-clock.h
@@ -51,15 +51,9 @@
#define PERPLL_N (OSC - 1)
#define PERPLL_M2 5
-/* DDR Freq is 166 MHZ for now*/
+/* DDR Freq is 266 MHZ for now*/
/* Set Fdll = 400 MHZ , Fdll = M * 2 * CLKINP/ N + 1; clkout = Fdll /(2 * M2) */
-//#if (CONFIG_AM335X_EVM_IS_13x13 == 1)
-#if 0
-#define DDRPLL_M 166 /* M/N + 1 = 25/3 */
-#else
#define DDRPLL_M 266
-#endif
-
#define DDRPLL_N (OSC - 1)
#define DDRPLL_M2 1