Commit f1000b96 authored by Tom Rini's avatar Tom Rini Committed by Paul Mackerras

PPC32: Restrict when we enable IBM405_ERR{77,51}.

Newer IBM40x cores have these problems fixed.
parent e2e0fcce
...@@ -70,16 +70,16 @@ config NP405H ...@@ -70,16 +70,16 @@ config NP405H
depends on ASH depends on ASH
default y default y
# All 405-based cores have this errata. This leaves out the 403GCX # All 405-based cores up until the 405GPR and 405EP have this errata.
config IBM405_ERR77 config IBM405_ERR77
bool bool
depends on 40x && !403GCX depends on 40x && !403GCX && !405GPR
default y default y
# All 40x-based cores have this errata. # All 40x-based cores, up until the 405GPR and 405EP have this errata.
config IBM405_ERR51 config IBM405_ERR51
bool bool
depends on 40x depends on 40x && !405GPR
default y default y
config IBM_OCP config IBM_OCP
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment