]> git.sur5r.net Git - u-boot/blobdiff - lib_ppc/bootm.c
Coding Style cleanup, update CHANGELOG
[u-boot] / lib_ppc / bootm.c
index fce4effe859878adb2dfb8ec6ef805eaf708d940..a436f75abad32a2ce23f0d3c535d4b7e1c2806fc 100644 (file)
@@ -173,7 +173,7 @@ static void boot_prep_linux(void)
 #if (CONFIG_NUM_CPUS > 1)
        /* if we are MP make sure to flush the dcache() to any changes are made
         * visibile to all other cores */
-        flush_dcache();
+       flush_dcache();
 #endif
        return ;
 }