]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - post/lib_ppc/rlwinm.c
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / post / lib_ppc / rlwinm.c
index 4398a101abebd4d04bf1afb57381f9a975911b58..88a28c6431faab479c41bfdd4b3da00a5043c92f 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 op1);
 extern ulong cpu_post_makecr (long v);