summaryrefslogtreecommitdiffstats
path: root/cpu/ppc4xx/ecc.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/ppc4xx/ecc.h')
-rw-r--r--cpu/ppc4xx/ecc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpu/ppc4xx/ecc.h b/cpu/ppc4xx/ecc.h
index aecf291a8b..67c3bff878 100644
--- a/cpu/ppc4xx/ecc.h
+++ b/cpu/ppc4xx/ecc.h
@@ -33,9 +33,9 @@
#ifndef _ECC_H_
#define _ECC_H_
-#if !defined(CFG_ECC_PATTERN)
-#define CFG_ECC_PATTERN 0x00000000
-#endif /* !defined(CFG_ECC_PATTERN) */
+#if !defined(CONFIG_SYS_ECC_PATTERN)
+#define CONFIG_SYS_ECC_PATTERN 0x00000000
+#endif /* !defined(CONFIG_SYS_ECC_PATTERN) */
/*
* Since the IBM DDR controller used on 440GP/GX/EP/GR is not register
OpenPOWER on IntegriCloud