]> git.sur5r.net Git - u-boot/blobdiff - post/cpu/mpc8xx/cache.c
rename CFG_ macros to CONFIG_SYS
[u-boot] / post / cpu / mpc8xx / cache.c
index 36965a1672b71a20719488742379fea9fadc78f4..06cb501bd5d1bbbe186c1deffa67a370038cefac 100644 (file)
@@ -32,7 +32,7 @@
 #include <post.h>
 #include <watchdog.h>
 
-#if CONFIG_POST & CFG_POST_CACHE
+#if CONFIG_POST & CONFIG_SYS_POST_CACHE
 
 #define CACHE_POST_SIZE        1024
 
@@ -75,4 +75,4 @@ int cache_post_test (int flags)
        return res;
 }
 
-#endif /* CONFIG_POST & CFG_POST_CACHE */
+#endif /* CONFIG_POST & CONFIG_SYS_POST_CACHE */