summaryrefslogtreecommitdiffstats
path: root/board/pm854/pm854.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/pm854/pm854.c')
-rw-r--r--board/pm854/pm854.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/pm854/pm854.c b/board/pm854/pm854.c
index 5353d738b4..a302b91767 100644
--- a/board/pm854/pm854.c
+++ b/board/pm854/pm854.c
@@ -134,7 +134,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;
OpenPOWER on IntegriCloud