]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/mpc86xx/cpu_init.c
8xxx: Removed CONFIG_NUM_CPUS from 85xx/86xx
[karo-tx-uboot.git] / cpu / mpc86xx / cpu_init.c
index 341e815961c5917dec3e65806f64176d44a3d991..5a78a9cdc7458a769f39be1d0efd284b41cb0062 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2004 Freescale Semiconductor.
+ * Copyright 2004,2009 Freescale Semiconductor, Inc.
  * Jeff Brown
  * Srikanth Srinivasan (srikanth.srinivasan@freescale.com)
  *
@@ -129,7 +129,7 @@ void cpu_init_f(void)
  */
 int cpu_init_r(void)
 {
-#if (CONFIG_NUM_CPUS > 1)
+#if defined(CONFIG_MP)
        setup_mp();
 #endif
        return 0;