소스 검색

- Fix compile bug (PPC4xx).

stroese 22 년 전
부모
커밋
e58dc13283
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      net/eth.c

+ 1 - 1
net/eth.c

@@ -99,7 +99,7 @@ int eth_initialize(bd_t *bis)
 	eth_devices = NULL;
 	eth_current = NULL;
 
-#if (defined(CONFIG_405GP) || defined(CONFIG_440)|| defined(CONFIG_405EP)
+#if (defined(CONFIG_405GP) || defined(CONFIG_440)|| defined(CONFIG_405EP))
         ppc_4xx_eth_initialize(bis);
 #endif
 #ifdef CONFIG_INCA_IP_SWITCH