]> git.sur5r.net Git - u-boot/blobdiff - board/atum8548/atum8548.c
Merge branch 'master' of git://git.denx.de/u-boot-ti
[u-boot] / board / atum8548 / atum8548.c
index c11a5c34995945d05512f6beef48f8a3fe579f65..4f7d935df3d11de0c29c08049396b064cb7a6d78 100644 (file)
@@ -47,7 +47,7 @@ int board_early_init_f (void)
 int checkboard (void)
 {
        volatile ccsr_gur_t *gur = (void *)(CONFIG_SYS_MPC85xx_GUTS_ADDR);
-       volatile ccsr_lbc_t *lbc = (void *)(CONFIG_SYS_MPC85xx_LBC_ADDR);
+       volatile fsl_lbc_t *lbc = LBC_BASE_ADDR;
        volatile ccsr_local_ecm_t *ecm = (void *)(CONFIG_SYS_MPC85xx_ECM_ADDR);
 
        if ((uint)&gur->porpllsr != 0xe00e0000) {