Merge git://git.denx.de/u-boot-mmc
[oweals/u-boot.git] / board / freescale / p1023rdb / p1023rdb.c
index ccda82412536020736cf47fe7a5ad4daa486db26..a23a5d50786c52cf57eb41583bd805808073cc03 100644 (file)
@@ -18,6 +18,7 @@
 #include <asm/fsl_pci.h>
 #include <fsl_ddr_sdram.h>
 #include <asm/fsl_portals.h>
+#include <fsl_qbman.h>
 #include <libfdt.h>
 #include <fdt_support.h>
 #include <netdev.h>
@@ -81,7 +82,7 @@ int board_early_init_r(void)
                MAS3_SW|MAS3_SR, MAS2_I|MAS2_G,
                0, flash_esel, BOOKE_PAGESZ_256M, 1);
 
-       setup_portals();
+       setup_qbman_portals();
 
        return 0;
 }