X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=post%2Flib_ppc%2Fcpu.c;h=3793a60c3e0a1e53a4470091654bd184eac69f8d;hb=6d0f6bcf337c5261c08fabe12982178c2c489d76;hp=5c7f76191d4d316eca7c9feaeb58ec842b0ebbf4;hpb=71edc271816ec82cf0550dd6980be2da3cc2ad9e;p=platform%2Fkernel%2Fu-boot.git diff --git a/post/lib_ppc/cpu.c b/post/lib_ppc/cpu.c index 5c7f761..3793a60 100644 --- a/post/lib_ppc/cpu.c +++ b/post/lib_ppc/cpu.c @@ -36,7 +36,7 @@ #include #include -#if CONFIG_POST & CFG_POST_CPU +#if CONFIG_POST & CONFIG_SYS_POST_CPU extern int cpu_post_test_cmp (void); extern int cpu_post_test_cmpi (void); @@ -144,4 +144,4 @@ int cpu_post_test (int flags) return ret; } -#endif /* CONFIG_POST & CFG_POST_CPU */ +#endif /* CONFIG_POST & CONFIG_SYS_POST_CPU */