projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e834975
)
powerpc/t2080: enable erratum_a007186 for t2080 rev1.1
author
Shengzhou Liu
<Shengzhou.Liu@freescale.com>
Mon, 9 Mar 2015 09:12:22 +0000
(17:12 +0800)
committer
York Sun
<yorksun@freescale.com>
Mon, 20 Apr 2015 17:15:29 +0000
(10:15 -0700)
T2080 rev1.1 also needs erratum
a007186
.
Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
arch/powerpc/include/asm/fsl_errata.h
patch
|
blob
|
history
diff --git
a/arch/powerpc/include/asm/fsl_errata.h
b/arch/powerpc/include/asm/fsl_errata.h
index 61c6d70c4b71556a188048266a22e82c399d12be..4861e3bf8d74e45b76ad916052f4da7ce4857c46 100644
(file)
--- 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;