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>
This commit is contained in:
Stefan Roese 2007-12-28 15:53:46 +01:00
parent fb83a65c60
commit bec9264616
1 changed files with 1 additions and 1 deletions

View File

@ -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
*/