diff options
Diffstat (limited to 'board/pm854')
-rw-r--r-- | board/pm854/pm854.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/pm854/pm854.c b/board/pm854/pm854.c index fed0ed431..5353d738b 100644 --- a/board/pm854/pm854.c +++ b/board/pm854/pm854.c @@ -150,7 +150,7 @@ local_bus_init(void) */ get_sys_info(&sysinfo); - clkdiv = lbc->lcrr & 0x0f; + clkdiv = lbc->lcrr & LCRR_CLKDIV; lbc_hz = sysinfo.freqSystemBus / 1000000 / clkdiv; if (lbc_hz < 66) { |