commit | 6d0f6bcf337c5261c08fabe12982178c2c489d76 | [log] [tgz] |
---|---|---|
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | Thu Oct 16 15:01:15 2008 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Sat Oct 18 21:54:03 2008 +0200 |
tree | ae13958ffa9c6b58c2ea97aac07a4ad2f04a350f | |
parent | 71edc271816ec82cf0550dd6980be2da3cc2ad9e [diff] [blame] |
rename CFG_ macros to CONFIG_SYS Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
diff --git a/post/lib_ppc/two.c b/post/lib_ppc/two.c index 3d6b3c0..2b11147 100644 --- a/post/lib_ppc/two.c +++ b/post/lib_ppc/two.c
@@ -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);