]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/ve8313/ve8313.c
powerpc/83xx: Fix build issue with ve8313 board due to lbus changes
[people/ms/u-boot.git] / board / ve8313 / ve8313.c
index 8ba1b193a4b518ff9b72894a7cef5cf7122aa233..2272ff0c34cb50a59e9602a24b073d45410d29fd 100644 (file)
@@ -101,7 +101,7 @@ static long fixed_sdram(void)
 phys_size_t initdram(int board_type)
 {
        volatile immap_t *im = (volatile immap_t *)CONFIG_SYS_IMMR;
-       volatile fsl_lbus_t *lbc = &im->lbus;
+       volatile fsl_lbc_t *lbc = &im->im_lbc;
        u32 msize;
 
        if ((im->sysconf.immrbar & IMMRBAR_BASE_ADDR) != (u32)im)