X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=post%2Flib_ppc%2Ffpu%2F20010226-1.c;h=b00386b18970de982899942fbff923edbad02f29;hb=6d0f6bcf337c5261c08fabe12982178c2c489d76;hp=f366252e66799e4fc7247a55b11cf4e0a0d66c26;hpb=71edc271816ec82cf0550dd6980be2da3cc2ad9e;p=platform%2Fkernel%2Fu-boot.git diff --git a/post/lib_ppc/fpu/20010226-1.c b/post/lib_ppc/fpu/20010226-1.c index f366252..b00386b 100644 --- a/post/lib_ppc/fpu/20010226-1.c +++ b/post/lib_ppc/fpu/20010226-1.c @@ -28,7 +28,7 @@ #include -#if CONFIG_POST & CFG_POST_FPU +#if CONFIG_POST & CONFIG_SYS_POST_FPU int fpu_post_test_math3 (void) { @@ -48,4 +48,4 @@ int fpu_post_test_math3 (void) return 0; } -#endif /* CONFIG_POST & CFG_POST_FPU */ +#endif /* CONFIG_POST & CONFIG_SYS_POST_FPU */