CONFIG_SC520 is now used for conditional compile Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
@@ -25,9 +25,6 @@
* but idependent of implementation */
#include <config.h>
-
-#ifdef CONFIG_SC520
#include <common.h>
#include <pci.h>
@@ -517,4 +514,3 @@ void reset_cpu(ulong addr)
/* NOTREACHED */
}
#endif
-#endif /* CONFIG_SC520 */