diff options
author | Roy Zang <tie-fei.zang@freescale.com> | 2011-01-07 00:24:27 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-01-14 01:32:22 -0600 |
commit | ae026ffd1e1a3f98b13c121acf5a677a5925a0e1 (patch) | |
tree | 07042933aab306f9686495de4af8e1cca26f4c67 /include/configs/P4080DS.h | |
parent | 3b4456ec391877a950dd5e98ee20df6560f0e1af (diff) | |
download | u-boot-ae026ffd1e1a3f98b13c121acf5a677a5925a0e1.tar.gz |
fsl_esdhc: Add the workaround for erratum ESDHC136 (enable on P4080)
False multi-bit ECC errors will be reported by the eSDHC buffer which
can trigger a reset request.
We disable all ECC error checking on SDHC.
Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
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 a15dd761b8..4dd7faa1bb 100644 --- a/include/configs/P4080DS.h +++ b/include/configs/P4080DS.h @@ -37,6 +37,7 @@ #define CONFIG_SYS_FSL_ERRATUM_ESDHC111 #define CONFIG_SYS_FSL_ERRATUM_ESDHC135 +#define CONFIG_SYS_FSL_ERRATUM_ESDHC136 #define CONFIG_SYS_P4080_ERRATUM_CPU22 #define CONFIG_SYS_P4080_ERRATUM_SERDES8 |