diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2011-01-13 01:56:18 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-01-14 01:32:22 -0600 |
commit | 868da5936e40b8685c813c1eb31eed629eaae295 (patch) | |
tree | fb0117876a75d0fa775e129d66366f20bf6a5915 /include/configs/P4080DS.h | |
parent | 1d2c2a62e328db22c38e3dfb3c0a8a373333471b (diff) | |
download | u-boot-868da5936e40b8685c813c1eb31eed629eaae295.tar.gz |
powerpc/85xx: Add the workaround for erratum CPC-A003 (enable on P4080)
CoreNet Platform Cache single-bit data error scrubbing will cause data
corruption. Disable the feature to workaround the issue.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/configs/P4080DS.h')
-rw-r--r-- | include/configs/P4080DS.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/P4080DS.h b/include/configs/P4080DS.h index 950c8bcaf6..c8f542eabe 100644 --- a/include/configs/P4080DS.h +++ b/include/configs/P4080DS.h @@ -41,6 +41,7 @@ #define CONFIG_SYS_P4080_ERRATUM_CPU22 #define CONFIG_SYS_FSL_ERRATUM_CPC_A002 +#define CONFIG_SYS_FSL_ERRATUM_CPC_A003 #define CONFIG_SYS_P4080_ERRATUM_SERDES8 #include "corenet_ds.h" |