* [PATCH] ppc32: disable IBM405_ERR77 and IBM405_ERR51 workarounds for 405EP
@ 2005-08-25 7:42 Eugene Surovegin
0 siblings, 0 replies; only message in thread
From: Eugene Surovegin @ 2005-08-25 7:42 UTC (permalink / raw)
To: Andrew Morton; +Cc: linuxppc-embedded
Disable IBM405_ERR77 and IBM405_ERR51 errata workarounds for 405EP.
This chip has these problems fixed.
Signed-off-by: Eugene Surovegin <ebs@ebshome.net>
diff --git a/arch/ppc/platforms/4xx/Kconfig b/arch/ppc/platforms/4xx/Kconfig
--- a/arch/ppc/platforms/4xx/Kconfig
+++ b/arch/ppc/platforms/4xx/Kconfig
@@ -152,13 +152,13 @@ config IBM440EP_ERR42
# All 405-based cores up until the 405GPR and 405EP have this errata.
config IBM405_ERR77
bool
- depends on 40x && !403GCX && !405GPR
+ depends on 40x && !403GCX && !405GPR && !405EP
default y
# All 40x-based cores, up until the 405GPR and 405EP have this errata.
config IBM405_ERR51
bool
- depends on 40x && !405GPR
+ depends on 40x && !405GPR && !405EP
default y
config BOOKE
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-08-25 7:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-25 7:42 [PATCH] ppc32: disable IBM405_ERR77 and IBM405_ERR51 workarounds for 405EP Eugene Surovegin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).