]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/freescale/mpc8541cds/mpc8541cds.c
powerpc: Fix CamelCase checkpatch warnings
[people/ms/u-boot.git] / board / freescale / mpc8541cds / mpc8541cds.c
index 3d2dabd1169a52087d644796a48ddb26288c2514..1e21a664c1f424af2e15a7c788a3063271ed53f8 100644 (file)
@@ -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 */