mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
powerpc/t2080: enable erratum_a007186 for t2080 rev1.1
T2080 rev1.1 also needs erratum a007186. Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
This commit is contained in:
parent
e834975b4b
commit
9ca0d35f24
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue