From 2b5360eb2bc0b741ae5cb3c84d35ccdd17667c8a Mon Sep 17 00:00:00 2001
From: Graeme Russ <graeme.russ@gmail.com>
Date: Sun, 7 Dec 2008 10:29:04 +1100
Subject: [PATCH] Remove #ifdef CONFIG_SC520 in source code

CONFIG_SC520 is now used for conditional compile

Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
---
 cpu/i386/sc520.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/cpu/i386/sc520.c b/cpu/i386/sc520.c
index 50bd8ef5d52..12e8f38716f 100644
--- a/cpu/i386/sc520.c
+++ b/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 */
-- 
GitLab