rename CFG_ macros to CONFIG_SYS
[platform/kernel/u-boot.git] / post / lib_ppc / fpu / fpu.c
index 9ddb67a..846b76d 100644 (file)
@@ -36,7 +36,7 @@
 
 #include <post.h>
 
-#if CONFIG_POST & CFG_POST_FPU
+#if CONFIG_POST & CONFIG_SYS_POST_FPU
 
 #include <watchdog.h>
 
@@ -86,4 +86,4 @@ int fpu_post_test (int flags)
        return ret;
 }
 
-#endif /* CONFIG_POST & CFG_POST_FPU */
+#endif /* CONFIG_POST & CONFIG_SYS_POST_FPU */