]> git.sur5r.net Git - u-boot/blobdiff - lib_ppc/bootm.c
Add support for Freescale MX25 SOC
[u-boot] / lib_ppc / bootm.c
index 83857490f3501f023e04b71a52eaf1c15273fe8c..0685a9331cba9fa7918b309b8c004709308c4436 100644 (file)
@@ -172,7 +172,7 @@ void arch_lmb_reserve(struct lmb *lmb)
 
 static void boot_prep_linux(void)
 {
-#if (CONFIG_NUM_CPUS > 1)
+#ifdef CONFIG_MP
        /* if we are MP make sure to flush the dcache() to any changes are made
         * visibile to all other cores */
        flush_dcache();