]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - post/lib_ppc/andi.c
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / post / lib_ppc / andi.c
index 75ba7a66a225ab294afd370e9e48ec623acee0e4..52ec7c4d4e919c384bd3b62e3a9636d3399d34e2 100644 (file)
@@ -35,7 +35,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_21 (ulong *code, ulong *cr, ulong *res, ulong op);
 extern ulong cpu_post_makecr (long v);