]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
85xx: Fix the wrong SYS_CLK_IN for 8569MDS
authorDave Liu <daveliu@freescale.com>
Mon, 18 May 2009 09:49:23 +0000 (17:49 +0800)
committerWolfgang Denk <wd@denx.de>
Tue, 9 Jun 2009 20:58:39 +0000 (22:58 +0200)
The SYS_CLK_IN of MPC8569MDS is 66.66MHz,
The DDR_CLK_IN is same with SYS_CLK_IN in 8569 processor.
so, change the SYS_CLK_IN from 66MHz to 66.66MHz.

Signed-off-by: Dave Liu <daveliu@freescale.com>
include/configs/MPC8569MDS.h

index b0af5dcf190162c97d3b47a7433741965d5b702d..64a82dd035acfc6d6e120057c978eeffcaa2ccb2 100644 (file)
@@ -55,8 +55,8 @@
 extern unsigned long get_clock_freq(void);
 #endif
 /* Replace a call to get_clock_freq (after it is implemented)*/
-#define CONFIG_SYS_CLK_FREQ    66000000
-#define CONFIG_DDR_CLK_FREQ    66000000
+#define CONFIG_SYS_CLK_FREQ    66666666
+#define CONFIG_DDR_CLK_FREQ    CONFIG_SYS_CLK_FREQ
 
 /*
  * These can be toggled for performance analysis, otherwise use default.