[U-Boot] [PATCH 08/15] Remove #ifdef CONFIG_SC520 in source code
Graeme Russ
graeme.russ at gmail.com
Sun Dec 7 00:29:04 CET 2008
CONFIG_SC520 is now used for conditional compile
Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
---
cpu/i386/sc520/sc520.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/cpu/i386/sc520/sc520.c b/cpu/i386/sc520/sc520.c
index 50bd8ef..12e8f38 100644
--- a/cpu/i386/sc520/sc520.c
+++ b/cpu/i386/sc520/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 */
--
1.5.4.3
More information about the U-Boot
mailing list