summaryrefslogtreecommitdiff
path: root/board/pm856/pm856.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/pm856/pm856.c')
-rw-r--r--board/pm856/pm856.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/pm856/pm856.c b/board/pm856/pm856.c
index b14a3d34b1..f9d92d9984 100644
--- a/board/pm856/pm856.c
+++ b/board/pm856/pm856.c
@@ -290,7 +290,7 @@ void
local_bus_init(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;
uint clkdiv;
uint lbc_hz;