]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/mpc8360emds/mpc8360emds.c
Merge branch 'master' of git://git.denx.de/u-boot-blackfin
[u-boot] / board / freescale / mpc8360emds / mpc8360emds.c
index b5cf7148eec252809f0c377adef690d23faac71d..85c0120f2719d2efcd6845b5b809d3a5b2568dbd 100644 (file)
@@ -227,7 +227,7 @@ int checkboard(void)
 static int sdram_init(unsigned int base)
 {
        volatile immap_t *immap = (immap_t *) CONFIG_SYS_IMMR;
-       volatile lbus83xx_t *lbc = &immap->lbus;
+       volatile fsl_lbus_t *lbc = &immap->lbus;
        const int sdram_size = CONFIG_SYS_LBC_SDRAM_SIZE * 1024 * 1024;
        int rem = base % sdram_size;
        uint *sdram_addr;