X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Fdave%2FB2%2FB2.c;h=ec742adc7f81e75b7c299c9119e737352ce67a1b;hb=53677ef18e25c97ac613349087c5cb33ae5a2741;hp=64fe948fcce840155976b355922a13c46b9afdab;hpb=727f63334676e760877d43bfb8f0e9331ac8b101;p=oweals%2Fu-boot.git diff --git a/board/dave/B2/B2.c b/board/dave/B2/B2.c index 64fe948fcc..ec742adc7f 100644 --- a/board/dave/B2/B2.c +++ b/board/dave/B2/B2.c @@ -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;