]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
[PATCH] ppc4xx: Fix CONFIG_SYS_CLK_FREQ definition in Sequoia config file
authorJeffrey Mann <mannj@embeddedplanet.com>
Mon, 7 May 2007 17:42:49 +0000 (19:42 +0200)
committerStefan Roese <sr@denx.de>
Mon, 7 May 2007 17:42:49 +0000 (19:42 +0200)
A '3' got cut off in the formatting of the last patch to automatically
change the clock speed of the system clock on sequoia board.

Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
Signed-off-by: Stefan Roese <sr@denx.de>
include/configs/sequoia.h

index b7f79c26eb9e6974e9c39fcab19ce0804a03a1c8..e1572ba39c869e7ae3fc54063fd6e96f9ba8c720 100644 (file)
@@ -40,7 +40,7 @@
 #define CONFIG_4xx             1               /* ... PPC4xx family    */
 /* Detect Sequoia PLL input clock automatically via CPLD bit           */
 #define CONFIG_SYS_CLK_FREQ    ((in8(CFG_BCSR_BASE + 3) & 0x80) ? \
-                               3333333 : 33000000)
+                               33333333 : 33000000)
 
 #define CONFIG_BOARD_EARLY_INIT_F 1            /* Call board_early_init_f */
 #define CONFIG_MISC_INIT_R     1               /* Call misc_init_r     */