]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/mpc85xx/cpu.c
ppc/85xx/86xx: Bug fix: call to puts in probecpu() moved to checkcpu().
[karo-tx-uboot.git] / cpu / mpc85xx / cpu.c
index 63bdb6fde1da1ffc85d1e6ae383fed86e6542d5d..8b3810f5b00f64705dcd1688b49a4341b9271308 100644 (file)
@@ -61,6 +61,10 @@ int checkcpu (void)
        minor = SVR_MIN(svr);
 
        if (cpu_numcores() > 1) {
+#ifndef CONFIG_MP
+               puts("Unicore software on multiprocessor system!!\n"
+                    "To enable mutlticore build define CONFIG_MP\n");
+#endif
                volatile ccsr_pic_t *pic = (void *)(CONFIG_SYS_MPC85xx_PIC_ADDR);
                printf("CPU%d:  ", pic->whoami);
        } else {