Pārlūkot izejas kodu

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>
Stefan Roese 17 gadi atpakaļ
vecāks
revīzija
bec9264616
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      cpu/ppc4xx/cpu_init.c

+ 1 - 1
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
 	 */