commit | 3f47e7ca944a0a2ff2e85346e68cddbf15c526d6 | [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 | f0c61c44c15a563c12a59d63a605fffc86a577b9 [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 */