diff options
Diffstat (limited to 'post/cpu/ppc4xx/denali_ecc.c')
| -rw-r--r-- | post/cpu/ppc4xx/denali_ecc.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/post/cpu/ppc4xx/denali_ecc.c b/post/cpu/ppc4xx/denali_ecc.c index 12a1bbfa8..6ab159313 100644 --- a/post/cpu/ppc4xx/denali_ecc.c +++ b/post/cpu/ppc4xx/denali_ecc.c @@ -35,7 +35,7 @@  #include <post.h> -#if CONFIG_POST & CFG_POST_ECC +#if CONFIG_POST & CONFIG_SYS_POST_ECC  /*   * MEMORY ECC test @@ -267,5 +267,5 @@ int ecc_post_test(int flags)  	debug("ecc_post_test() returning %d\n", ret);  	return ret;  } -#endif /* CONFIG_POST & CFG_POST_ECC */ +#endif /* CONFIG_POST & CONFIG_SYS_POST_ECC */  #endif /* defined(CONFIG_440EPX) || defined(CONFIG_440GRX) */ |