]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - post/lib_ppc/two.c
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / post / lib_ppc / two.c
index 3d6b3c016c62155a9d24279ab01e659e041d120d..2b111472b6ecfcafe8922043499ca5da38e54fa2 100644 (file)
@@ -38,7 +38,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);