소스 검색

elppc board: fix syntax error.

Signed-off-by: Wolfgang Denk <wd@denx.de>
Wolfgang Denk 17 년 전
부모
커밋
82b24a8a50
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      board/eltec/elppc/eepro100_srom.c

+ 1 - 1
board/eltec/elppc/eepro100_srom.c

@@ -96,7 +96,7 @@ void eepro100_srom_load (unsigned short *destination)
 
     for (count=0; count < 0x40; count++)
     {
-	*destination++ = read_eeprom (struct eth_device*)&onboard_dev,
+	*destination++ = read_eeprom ((struct eth_device*)&onboard_dev,
 		 count, EE_ADDR_BITS);
 #ifdef DEBUG
 	printf ("%04x ", *(destination - 1));