]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mpc8568: Double local bus clock divider
authorTrent Piepho <tpiepho@freescale.com>
Wed, 3 Dec 2008 23:16:35 +0000 (15:16 -0800)
committerAndrew Fleming-AFLEMING <afleming@freescale.com>
Sat, 20 Dec 2008 00:32:48 +0000 (18:32 -0600)
commit446c381e3e16f19857b72ea0d06241267b8b9d58
tree3dabe03b4272e5b3e375d5157768a492ef92460b
parentf51f07eb58fad12de9294ba4ee6c09a0ddeaee03
mpc8568: Double local bus clock divider

The clock divider for the MPC8568 local bus should be doubled, like the
other newer MPC85xx chips.

Since there are now more chips with a 2x divider than a 1x, and any new
85xx chips will probably be 2x, invert the sense of the #if so that it
lists the 1x chips instead of the 2x ones.

Signed-off-by: Trent Piepho <tpiepho@freescale.com>
Acked-by: Kumar Gala <galak@kernel.crashing.org>
Acked-by: Jon Loeliger <jdl@freescale.com>
cpu/mpc85xx/cpu.c