mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
mpc86xx: Double local bus clock divider
The local bus clock divider should be doubled for both 8610 and 8641. Signed-off-by: Trent Piepho <tpiepho@freescale.com> Acked-by: Kumar Gala <galak@kernel.crashing.org> Acked-by: Jon Loeliger <jdl@freescale.com>
This commit is contained in:
parent
446c381e3e
commit
9863d6aca1
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ checkcpu(void)
|
|||
#endif
|
||||
clkdiv = lcrr & LCRR_CLKDIV;
|
||||
if (clkdiv == 2 || clkdiv == 4 || clkdiv == 8) {
|
||||
clkdiv *= 2;
|
||||
printf("LBC:%4lu MHz\n",
|
||||
sysinfo.freqSystemBus / 1000000 / clkdiv);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue