diff options
| author | Kumar Gala <galak@kernel.crashing.org> | 2011-01-13 02:58:23 -0600 | 
|---|---|---|
| committer | Kumar Gala <galak@kernel.crashing.org> | 2011-01-14 01:32:22 -0600 | 
| commit | f133796da8ec87ccbafc9c492636def619d99401 (patch) | |
| tree | dfe191877ff5f37f22a28496b911f6fd8863c3ef /include/configs/P4080DS.h | |
| parent | 868da5936e40b8685c813c1eb31eed629eaae295 (diff) | |
| download | olio-uboot-2014.01-f133796da8ec87ccbafc9c492636def619d99401.tar.xz olio-uboot-2014.01-f133796da8ec87ccbafc9c492636def619d99401.zip | |
powerpc/85xx: Add the workaround for erratum ELBC-A001 (enable on P4080)
Simultaneous FCM and GPCM or UPM operation may erroneously trigger bus
monitor timeout.  Set timeout to maximum to avoid.
Based on a patch from Lan Chunhe <b25806@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 c8f542eab..5c818c903 100644 --- a/include/configs/P4080DS.h +++ b/include/configs/P4080DS.h @@ -43,5 +43,6 @@  #define CONFIG_SYS_FSL_ERRATUM_CPC_A002  #define CONFIG_SYS_FSL_ERRATUM_CPC_A003  #define CONFIG_SYS_P4080_ERRATUM_SERDES8 +#define CONFIG_SYS_FSL_ERRATUM_ELBC_A001  #include "corenet_ds.h" |