* [U-Boot] [PATCH] powerpc/t2080: enable erratum_a007186 for t2080 rev1.1
@ 2015-03-09 9:12 Shengzhou Liu
2015-04-20 20:57 ` York Sun
0 siblings, 1 reply; 2+ messages in thread
From: Shengzhou Liu @ 2015-03-09 9:12 UTC (permalink / raw)
To: u-boot
T2080 rev1.1 also needs erratum a007186.
Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
---
arch/powerpc/include/asm/fsl_errata.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/powerpc/include/asm/fsl_errata.h b/arch/powerpc/include/asm/fsl_errata.h
index 61c6d70..4861e3bf 100644
--- a/arch/powerpc/include/asm/fsl_errata.h
+++ b/arch/powerpc/include/asm/fsl_errata.h
@@ -45,7 +45,7 @@ static inline bool has_erratum_a007186(void)
return IS_SVR_REV(svr, 2, 0);
case SVR_T2081:
case SVR_T2080:
- return IS_SVR_REV(svr, 1, 0);
+ return IS_SVR_REV(svr, 1, 0) || IS_SVR_REV(svr, 1, 1);
}
return false;
--
2.1.0.27.g96db324
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH] powerpc/t2080: enable erratum_a007186 for t2080 rev1.1
2015-03-09 9:12 [U-Boot] [PATCH] powerpc/t2080: enable erratum_a007186 for t2080 rev1.1 Shengzhou Liu
@ 2015-04-20 20:57 ` York Sun
0 siblings, 0 replies; 2+ messages in thread
From: York Sun @ 2015-04-20 20:57 UTC (permalink / raw)
To: u-boot
On 03/09/2015 02:12 AM, Shengzhou Liu wrote:
> T2080 rev1.1 also needs erratum a007186.
>
> Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
> ---
Applied to mpc85xx master, awaiting upstream.
York
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-04-20 20:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-09 9:12 [U-Boot] [PATCH] powerpc/t2080: enable erratum_a007186 for t2080 rev1.1 Shengzhou Liu
2015-04-20 20:57 ` York Sun
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox