summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/fsl_errata.h
diff options
context:
space:
mode:
authorShengzhou Liu <Shengzhou.Liu@freescale.com>2014-04-24 11:10:09 +0800
committerYork Sun <yorksun@freescale.com>2014-05-13 08:26:54 -0700
commitc665c473b605349b1c58890493255dd70e0b60fe (patch)
treea3ef31df4029707bfc0f1f51d8319b2cea284a58 /arch/powerpc/include/asm/fsl_errata.h
parent3a7ed5aa232da1d2836b5d3962e59e685307122e (diff)
downloadu-boot-imx-c665c473b605349b1c58890493255dd70e0b60fe.zip
u-boot-imx-c665c473b605349b1c58890493255dd70e0b60fe.tar.gz
u-boot-imx-c665c473b605349b1c58890493255dd70e0b60fe.tar.bz2
powerpc/t208x: enable errata A006261, A006593, A006379
Enable errata A006261, A006593, A006379 for T208x. Additionally enable CONFIG_CMD_ERRATA for T2080RDB. Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
Diffstat (limited to 'arch/powerpc/include/asm/fsl_errata.h')
-rw-r--r--arch/powerpc/include/asm/fsl_errata.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/fsl_errata.h b/arch/powerpc/include/asm/fsl_errata.h
index 4eba85c..d820121 100644
--- a/arch/powerpc/include/asm/fsl_errata.h
+++ b/arch/powerpc/include/asm/fsl_errata.h
@@ -52,6 +52,9 @@ static inline bool has_erratum_a006261(void)
return IS_SVR_REV(svr, 1, 0) || IS_SVR_REV(svr, 2, 0);
case SVR_T1040:
return IS_SVR_REV(svr, 1, 0);
+ case SVR_T2080:
+ case SVR_T2081:
+ return IS_SVR_REV(svr, 1, 0);
case SVR_P5040:
return IS_SVR_REV(svr, 1, 0);
}