commit | bec9264616fb78273a1d93e87ff4b0b67c7bec1b | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Fri Dec 28 15:53:46 2007 +0100 |
committer | Stefan Roese <sr@denx.de> | Fri Dec 28 16:39:11 2007 +0100 |
tree | 3426389889e754442828e8a86cafe6505ccec129 | |
parent | fb83a65c60ab5ca12358b75f1257e5eee6cdbf79 [diff] |
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>
diff --git a/cpu/ppc4xx/cpu_init.c b/cpu/ppc4xx/cpu_init.c index 01ab523..9c6f79e 100644 --- a/cpu/ppc4xx/cpu_init.c +++ b/cpu/ppc4xx/cpu_init.c
@@ -136,7 +136,7 @@ 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 */