From f133796da8ec87ccbafc9c492636def619d99401 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Thu, 13 Jan 2011 02:58:23 -0600 Subject: 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 Signed-off-by: Kumar Gala --- include/configs/P4080DS.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/P4080DS.h') diff --git a/include/configs/P4080DS.h b/include/configs/P4080DS.h index c8f542e..5c818c9 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" -- cgit v1.1