Remove #ifdef CONFIG_SC520 in source code
authorGraeme Russ <graeme.russ@gmail.com>
Sat, 6 Dec 2008 23:29:04 +0000 (10:29 +1100)
committerWolfgang Denk <wd@denx.de>
Sat, 24 Jan 2009 00:14:31 +0000 (01:14 +0100)
CONFIG_SC520 is now used for conditional compile

Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
cpu/i386/sc520.c

index 50bd8ef..12e8f38 100644 (file)
@@ -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 */