X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=post%2Flib_ppc%2Ffpu%2F20010114-2.c;h=91e3631d0c48be4adbd54ec672ff12f35a258358;hb=6d0f6bcf337c5261c08fabe12982178c2c489d76;hp=8a172174c311400279606dc0e57c2e13eb919ed9;hpb=71edc271816ec82cf0550dd6980be2da3cc2ad9e;p=platform%2Fkernel%2Fu-boot.git diff --git a/post/lib_ppc/fpu/20010114-2.c b/post/lib_ppc/fpu/20010114-2.c index 8a17217..91e3631 100644 --- a/post/lib_ppc/fpu/20010114-2.c +++ b/post/lib_ppc/fpu/20010114-2.c @@ -28,7 +28,7 @@ #include -#if CONFIG_POST & CFG_POST_FPU +#if CONFIG_POST & CONFIG_SYS_POST_FPU static float rintf (float x) { @@ -60,4 +60,4 @@ int fpu_post_test_math2 (void) return 0; } -#endif /* CONFIG_POST & CFG_POST_FPU */ +#endif /* CONFIG_POST & CONFIG_SYS_POST_FPU */