]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/dave/B2/B2.c
imported Freescale specific U-Boot additions for i.MX28,... release L2.6.31_10.08.01
[karo-tx-uboot.git] / board / dave / B2 / B2.c
index 64fe948fcce840155976b355922a13c46b9afdab..ec742adc7f81e75b7c299c9119e737352ce67a1b 100755 (executable)
@@ -78,16 +78,16 @@ int board_init (void)
        INTCON = 0x05;
 
     /*
-       Configure chip ethernet interrupt as High level
-       Port G EINT 0-7 EINT0 -> CHIP ETHERNET
+       Configure chip ethernet interrupt as High level
+       Port G EINT 0-7 EINT0 -> CHIP ETHERNET
     */
        temp = EXTINT;
-       temp &= ~0x7;
+       temp &= ~0x7;
     temp |= 0x1; /*LEVEL_HIGH*/
        EXTINT = temp;
 
     /*
-       Reset SMSC LAN91C96 chip
+       Reset SMSC LAN91C96 chip
     */
     temp= PCONF;
     temp |= 0x00000040;