]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - post/cpu/ppc4xx/denali_ecc.c
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / post / cpu / ppc4xx / denali_ecc.c
index 12a1bbfa87686f99c516d7bddd1bb500bc55877f..6ab1593138519fc43143bd70cbf31eb46dbd4e9a 100644 (file)
@@ -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) */