Skip to content
Snippets Groups Projects
Commit bec92646 authored by Stefan Roese's avatar Stefan Roese
Browse files

ppc4xx: Fix bug in cpu_init.c (405EP instead of 450EP)

parent fb83a65c
No related branches found
No related tags found
No related merge requests found
...@@ -136,7 +136,7 @@ cpu_init_f (void) ...@@ -136,7 +136,7 @@ cpu_init_f (void)
out32(GPIO0_TCR, CFG_GPIO0_TCR); /* enable output driver for outputs */ out32(GPIO0_TCR, CFG_GPIO0_TCR); /* enable output driver for outputs */
#endif #endif
#if defined (CONFIG_450EP) #if defined (CONFIG_405EP)
/* /*
* Set EMAC noise filter bits * Set EMAC noise filter bits
*/ */
......
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