]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/sheldon/simpc8313/simpc8313.c
83xx/85xx/86xx: LBC register cleanup
[karo-tx-uboot.git] / board / sheldon / simpc8313 / simpc8313.c
index cb30b488597940e6a2197cecd0669bb5d32ed1c4..c2164c9c8543e2b5f3cfda577c2638ed7208e8ce 100644 (file)
@@ -93,7 +93,7 @@ int misc_init_r(void)
 {
        int rc = 0;
        immap_t *immap = (immap_t *) CONFIG_SYS_IMMR;
-       fsl_lbus_t *lbus = &immap->lbus;
+       fsl_lbc_t *lbus = &immap->im_lbc;
        u32 *mxmr = &lbus->mamr;        /* Pointer to mamr */
 
        /* UPM Table Configuration Code */