]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - post/lib_ppc/fpu/20001122-1.c
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / post / lib_ppc / fpu / 20001122-1.c
index f689b8232ff5e35416c1d7e3c0620a440a6e86d7..a8537fa6a196370d4f55f92f21030344b72cbb4c 100644 (file)
 
 #include <common.h>
 
-#ifdef CONFIG_POST
-
 #include <post.h>
 
-#if CONFIG_POST & CFG_POST_FPU
+#if CONFIG_POST & CONFIG_SYS_POST_FPU
 
 int fpu_post_test_math1 (void)
 {
@@ -58,5 +56,4 @@ int fpu_post_test_math1 (void)
        return 0;
 }
 
-#endif /* CONFIG_POST & CFG_POST_FPU */
-#endif /* CONFIG_POST */
+#endif /* CONFIG_POST & CONFIG_SYS_POST_FPU */