X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=board%2Fatum8548%2Fatum8548.c;h=4f7d935df3d11de0c29c08049396b064cb7a6d78;hb=e9aecdec153ae166739858e6a570432449b979f7;hp=c11a5c34995945d05512f6beef48f8a3fe579f65;hpb=3e3989619f5ed3ee28002d985f3da28540586ab9;p=u-boot diff --git a/board/atum8548/atum8548.c b/board/atum8548/atum8548.c index c11a5c3499..4f7d935df3 100644 --- a/board/atum8548/atum8548.c +++ b/board/atum8548/atum8548.c @@ -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) {