]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - post/lib_ppc/fpu/fpu.c
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / post / lib_ppc / fpu / fpu.c
index 9ddb67a21d44a171c55f749543011155662609df..846b76d875052115b019a8f0be2b087496de9e86 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 */