diff options
Diffstat (limited to 'board/pm856/pm856.c')
-rw-r--r-- | board/pm856/pm856.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/pm856/pm856.c b/board/pm856/pm856.c index 932f1121e85..b14a3d34b1f 100644 --- a/board/pm856/pm856.c +++ b/board/pm856/pm856.c @@ -306,7 +306,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) { |