diff options
author | Eugene Surovegin <ebs@ebshome.net> | 2005-09-03 18:55:45 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@evo.osdl.org> | 2005-09-05 03:05:58 -0400 |
commit | fa71f0e0f541e65280fdb9d60b142012f1951b7c (patch) | |
tree | 6141a2379535b8fde4d0d17b4478ddba08998a87 /arch/ppc/platforms/4xx | |
parent | cc506644202d23bcf115999ee911a53f177ce682 (diff) |
[PATCH] ppc32: disable IBM405_ERR77 and IBM405_ERR51 workarounds for 405EP
Disable IBM405_ERR77 and IBM405_ERR51 errata workarounds for 405EP. This
chip has these problems fixed.
Signed-off-by: Eugene Surovegin <ebs@ebshome.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/ppc/platforms/4xx')
-rw-r--r-- | arch/ppc/platforms/4xx/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/ppc/platforms/4xx/Kconfig b/arch/ppc/platforms/4xx/Kconfig index 8772ae11a951..76f4476cab44 100644 --- a/arch/ppc/platforms/4xx/Kconfig +++ b/arch/ppc/platforms/4xx/Kconfig | |||
@@ -142,13 +142,13 @@ config IBM440EP_ERR42 | |||
142 | # All 405-based cores up until the 405GPR and 405EP have this errata. | 142 | # All 405-based cores up until the 405GPR and 405EP have this errata. |
143 | config IBM405_ERR77 | 143 | config IBM405_ERR77 |
144 | bool | 144 | bool |
145 | depends on 40x && !403GCX && !405GPR | 145 | depends on 40x && !403GCX && !405GPR && !405EP |
146 | default y | 146 | default y |
147 | 147 | ||
148 | # All 40x-based cores, up until the 405GPR and 405EP have this errata. | 148 | # All 40x-based cores, up until the 405GPR and 405EP have this errata. |
149 | config IBM405_ERR51 | 149 | config IBM405_ERR51 |
150 | bool | 150 | bool |
151 | depends on 40x && !405GPR | 151 | depends on 40x && !405GPR && !405EP |
152 | default y | 152 | default y |
153 | 153 | ||
154 | config BOOKE | 154 | config BOOKE |