]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/mpc8541cds/mpc8541cds.c
Merge branch 'master' of git://git.denx.de/u-boot-video
[u-boot] / board / freescale / mpc8541cds / mpc8541cds.c
index 3d2dabd1169a52087d644796a48ddb26288c2514..8115e5c69b5e4ff0c27700e9b1a6f2057d6d7170 100644 (file)
@@ -3,7 +3,7 @@
  *
  * (C) Copyright 2002 Scott McNutt <smcnutt@artesyncp.com>
  *
- * SPDX-License-Identifier:    GPL-2.0+ 
+ * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -250,7 +250,7 @@ local_bus_init(void)
 
        get_sys_info(&sysinfo);
        clkdiv = lbc->lcrr & LCRR_CLKDIV;
-       lbc_hz = sysinfo.freqSystemBus / 1000000 / clkdiv;
+       lbc_hz = sysinfo.freq_systembus / 1000000 / clkdiv;
 
        if (lbc_hz < 66) {
                lbc->lcrr |= LCRR_DBYP; /* DLL Bypass */