]> git.sur5r.net Git - u-boot/commitdiff
ppc4xx: Fix bug in cpu_init.c (405EP instead of 450EP)
authorStefan Roese <sr@denx.de>
Fri, 28 Dec 2007 14:53:46 +0000 (15:53 +0100)
committerStefan Roese <sr@denx.de>
Fri, 28 Dec 2007 15:39:11 +0000 (16:39 +0100)
Signed-off-by: Stefan Roese <sr@denx.de>
Acked-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
cpu/ppc4xx/cpu_init.c

index 01ab523c51207522e87e256cfec732febb3eb2ab..9c6f79ea99a2c3f4dea2a94bbb605ae9c2803fef 100644 (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
         */