]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - post/lib_ppc/fpu/20010226-1.c
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / post / lib_ppc / fpu / 20010226-1.c
index b2c47e3658a711f950f9ff1cb4b923224fc03735..b00386b18970de982899942fbff923edbad02f29 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_math3 (void)
 {
@@ -50,5 +48,4 @@ int fpu_post_test_math3 (void)
        return 0;
 }
 
-#endif /* CONFIG_POST & CFG_POST_FPU */
-#endif /* CONFIG_POST */
+#endif /* CONFIG_POST & CONFIG_SYS_POST_FPU */