summaryrefslogtreecommitdiffstats
path: root/cpu
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2007-12-28 15:53:46 +0100
committerStefan Roese <sr@denx.de>2007-12-28 16:39:11 +0100
commitbec9264616fb78273a1d93e87ff4b0b67c7bec1b (patch)
tree3426389889e754442828e8a86cafe6505ccec129 /cpu
parentfb83a65c60ab5ca12358b75f1257e5eee6cdbf79 (diff)
downloadtalos-obmc-uboot-bec9264616fb78273a1d93e87ff4b0b67c7bec1b.tar.gz
talos-obmc-uboot-bec9264616fb78273a1d93e87ff4b0b67c7bec1b.zip
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>
Diffstat (limited to 'cpu')
-rw-r--r--cpu/ppc4xx/cpu_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/ppc4xx/cpu_init.c b/cpu/ppc4xx/cpu_init.c
index 01ab523c51..9c6f79ea99 100644
--- a/cpu/ppc4xx/cpu_init.c
+++ b/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
*/
OpenPOWER on IntegriCloud