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

Signed-off-by: Stefan Roese <sr@denx.de>
Acked-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
master
Stefan Roese 18 years ago
parent fb83a65c60
commit bec9264616
  1. 2
      cpu/ppc4xx/cpu_init.c

@ -136,7 +136,7 @@ cpu_init_f (void)
out32(GPIO0_TCR, CFG_GPIO0_TCR); /* enable output driver for outputs */
#endif
#if defined (CONFIG_450EP)
#if defined (CONFIG_405EP)
/*
* Set EMAC noise filter bits
*/

Loading…
Cancel
Save