summaryrefslogtreecommitdiffstats
path: root/post/cpu/ppc4xx/denali_ecc.c
diff options
context:
space:
mode:
Diffstat (limited to 'post/cpu/ppc4xx/denali_ecc.c')
-rw-r--r--post/cpu/ppc4xx/denali_ecc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/post/cpu/ppc4xx/denali_ecc.c b/post/cpu/ppc4xx/denali_ecc.c
index 439f80d1f6..12a1bbfa87 100644
--- a/post/cpu/ppc4xx/denali_ecc.c
+++ b/post/cpu/ppc4xx/denali_ecc.c
@@ -31,7 +31,7 @@
#include <common.h>
#include <watchdog.h>
-#if defined(CONFIG_POST) && (defined(CONFIG_440EPX) || defined(CONFIG_440GRX))
+#if defined(CONFIG_440EPX) || defined(CONFIG_440GRX)
#include <post.h>
@@ -268,4 +268,4 @@ int ecc_post_test(int flags)
return ret;
}
#endif /* CONFIG_POST & CFG_POST_ECC */
-#endif /* defined(CONFIG_POST) && ... */
+#endif /* defined(CONFIG_440EPX) || defined(CONFIG_440GRX) */
OpenPOWER on IntegriCloud