rename CFG_ macros to CONFIG_SYS
[oweals/u-boot.git] / post / lib_ppc / fpu / fpu.c
index 07dcba8cc92af2304c24f2afeed6bd9006820846..846b76d875052115b019a8f0be2b087496de9e86 100644 (file)
  * For more details refer to post/cpu/ *.c files.
  */
 
-#ifdef CONFIG_POST
-
 #include <post.h>
 
-#if CONFIG_POST & CFG_POST_FPU
+#if CONFIG_POST & CONFIG_SYS_POST_FPU
 
 #include <watchdog.h>
 
@@ -88,5 +86,4 @@ int fpu_post_test (int flags)
        return ret;
 }
 
-#endif /* CONFIG_POST & CFG_POST_FPU */
-#endif /* CONFIG_POST */
+#endif /* CONFIG_POST & CONFIG_SYS_POST_FPU */