소스 검색

Remove #ifdef CONFIG_SC520 in source code

CONFIG_SC520 is now used for conditional compile

Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
Graeme Russ 16 년 전
부모
커밋
2b5360eb2b
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      cpu/i386/sc520.c

+ 0 - 4
cpu/i386/sc520.c

@@ -25,9 +25,6 @@
  * but idependent of implementation */
 
 #include <config.h>
-
-#ifdef CONFIG_SC520
-
 #include <common.h>
 #include <config.h>
 #include <pci.h>
@@ -517,4 +514,3 @@ void reset_cpu(ulong addr)
 	/* NOTREACHED */
 }
 #endif
-#endif /* CONFIG_SC520 */