summaryrefslogtreecommitdiffstats
path: root/board/mpc832xemds/mpc832xemds.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/mpc832xemds/mpc832xemds.c')
-rw-r--r--board/mpc832xemds/mpc832xemds.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/board/mpc832xemds/mpc832xemds.c b/board/mpc832xemds/mpc832xemds.c
index f70783e73a..207fcdf8be 100644
--- a/board/mpc832xemds/mpc832xemds.c
+++ b/board/mpc832xemds/mpc832xemds.c
@@ -32,6 +32,9 @@
#elif defined(CONFIG_OF_LIBFDT)
#include <libfdt.h>
#endif
+#if defined(CONFIG_PQ_MDS_PIB)
+#include "../freescale/common/pq-mds-pib.h"
+#endif
const qe_iop_conf_t qe_iop_conf_tab[] = {
/* ETH3 */
@@ -88,6 +91,14 @@ int board_early_init_f(void)
return 0;
}
+int board_early_init_r(void)
+{
+#ifdef CONFIG_PQ_MDS_PIB
+ pib_init();
+#endif
+ return 0;
+}
+
int fixed_sdram(void);
long int initdram(int board_type)
OpenPOWER on IntegriCloud