Skip to content
Snippets Groups Projects
Commit 9ca0d35f authored by Shengzhou Liu's avatar Shengzhou Liu Committed by York Sun
Browse files

powerpc/t2080: enable erratum_a007186 for t2080 rev1.1


T2080 rev1.1 also needs erratum a007186.

Signed-off-by: default avatarShengzhou Liu <Shengzhou.Liu@freescale.com>
Reviewed-by: default avatarYork Sun <yorksun@freescale.com>
parent e834975b
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ static inline bool has_erratum_a007186(void) ...@@ -45,7 +45,7 @@ static inline bool has_erratum_a007186(void)
return IS_SVR_REV(svr, 2, 0); return IS_SVR_REV(svr, 2, 0);
case SVR_T2081: case SVR_T2081:
case SVR_T2080: 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; return false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment