]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - post/lib_ppc/cmp.c
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / post / lib_ppc / cmp.c
index 13809d417bb61fa6ab89459169fd9338dd8ee3d3..5f6a3b904666ac9ea1b0af5adb166ede5f36d5c2 100644 (file)
@@ -39,7 +39,7 @@
 #include <post.h>
 #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);