]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/sheldon/simpc8313/sdram.c
83xx/85xx/86xx: LBC register cleanup
[karo-tx-uboot.git] / board / sheldon / simpc8313 / sdram.c
index ebb70a2327b1feed183cad1fae77e1d213fac40e..ba59943c808054f42cae61dce0af433438ac19cb 100644 (file)
@@ -129,7 +129,7 @@ void si_read_i2c(u32 lbyte, int count, u8 *buffer)
 phys_size_t initdram(int board_type)
 {
        volatile immap_t *im = (immap_t *) CONFIG_SYS_IMMR;
-       volatile fsl_lbus_t *lbc= &im->lbus;
+       volatile fsl_lbc_t *lbc = &im->im_lbc;
        u32 msize;
 
        if ((__raw_readl(&im->sysconf.immrbar) & IMMRBAR_BASE_ADDR) != (u32) im)