diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2011-01-13 01:54:01 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-01-14 01:32:22 -0600 |
commit | 1d2c2a62e328db22c38e3dfb3c0a8a373333471b (patch) | |
tree | 4c1654c9b72778d02b19cddb926c61fa2405e2c5 /include/configs/P4080DS.h | |
parent | 7c57f3e85970819e72e45cdb89d6dfbb896d557b (diff) | |
download | u-boot-imx-1d2c2a62e328db22c38e3dfb3c0a8a373333471b.zip u-boot-imx-1d2c2a62e328db22c38e3dfb3c0a8a373333471b.tar.gz u-boot-imx-1d2c2a62e328db22c38e3dfb3c0a8a373333471b.tar.bz2 |
powerpc/85xx: Add the workaround for erratum CPC-A002 (enable on P4080)
CoreNet Platform Cache single-bit tag error scrubbing will cause tag
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 4dd7faa..950c8bc 100644 --- a/include/configs/P4080DS.h +++ b/include/configs/P4080DS.h @@ -40,6 +40,7 @@ #define CONFIG_SYS_FSL_ERRATUM_ESDHC136 #define CONFIG_SYS_P4080_ERRATUM_CPU22 +#define CONFIG_SYS_FSL_ERRATUM_CPC_A002 #define CONFIG_SYS_P4080_ERRATUM_SERDES8 #include "corenet_ds.h" |