]> Git Repo - J-u-boot.git/blobdiff - cpu/mpc85xx/cpu_init.c
85xx: Added support for multicore boot mechanism
[J-u-boot.git] / cpu / mpc85xx / cpu_init.c
index 5f02e0e21bb036354abe512298f51fd3082f9bcd..fce0c4805ad538142667f747c0db31e88da00f74 100644 (file)
@@ -33,6 +33,7 @@
 #include <asm/io.h>
 #include <asm/mmu.h>
 #include <asm/fsl_law.h>
+#include "mp.h"
 
 DECLARE_GLOBAL_DATA_PTR;
 
@@ -328,5 +329,8 @@ int cpu_init_r(void)
        qe_reset();
 #endif
 
+#if defined(CONFIG_MP)
+       setup_mp();
+#endif
        return 0;
 }
This page took 0.0258 seconds and 4 git commands to generate.