]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - post/lib_ppc/twox.c
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / post / lib_ppc / twox.c
index 519b4320021b77e8960eaf158764f0c0796925b0..d6714f9861c18998c642f92f47967faccce71c7a 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);