X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=post%2Flib_ppc%2Fcomplex.c;h=4a3bc0003101a8cea84d29a53fae9c59cd68c754;hb=bd4bca87f1ad162d37d788351f6b240597e88dbf;hp=4983c51919e825b0b06469c2d1eeb1b05443952f;hpb=ce0eb70333331da6942167c41e6841c8c7994a33;p=oweals%2Fu-boot.git diff --git a/post/lib_ppc/complex.c b/post/lib_ppc/complex.c index 4983c51919..4a3bc00031 100644 --- a/post/lib_ppc/complex.c +++ b/post/lib_ppc/complex.c @@ -34,7 +34,7 @@ #include #include "cpu_asm.h" -#if CONFIG_POST & CFG_POST_CPU +#if CONFIG_POST & CONFIG_SYS_POST_CPU extern int cpu_post_complex_1_asm (int a1, int a2, int a3, int a4, int n); extern int cpu_post_complex_2_asm (int x, int n);