X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=post%2Flib_ppc%2Fcmp.c;h=5f6a3b904666ac9ea1b0af5adb166ede5f36d5c2;hb=bd4bca87f1ad162d37d788351f6b240597e88dbf;hp=13809d417bb61fa6ab89459169fd9338dd8ee3d3;hpb=ce0eb70333331da6942167c41e6841c8c7994a33;p=oweals%2Fu-boot.git diff --git a/post/lib_ppc/cmp.c b/post/lib_ppc/cmp.c index 13809d417b..5f6a3b9046 100644 --- a/post/lib_ppc/cmp.c +++ b/post/lib_ppc/cmp.c @@ -39,7 +39,7 @@ #include #include "cpu_asm.h" -#if CONFIG_POST & CFG_POST_CPU +#if CONFIG_POST & CONFIG_SYS_POST_CPU extern void cpu_post_exec_12 (ulong *code, ulong *res, ulong op1, ulong op2);