From: Graeme Russ Date: Sat, 6 Dec 2008 23:29:04 +0000 (+1100) Subject: Remove #ifdef CONFIG_SC520 in source code X-Git-Tag: v2009.03-rc1~186 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2b5360eb2bc0b741ae5cb3c84d35ccdd17667c8a;hp=ead056bc206f6b7ee6dc98766678b64635ea20b8;p=u-boot Remove #ifdef CONFIG_SC520 in source code CONFIG_SC520 is now used for conditional compile Signed-off-by: Graeme Russ --- diff --git a/cpu/i386/sc520.c b/cpu/i386/sc520.c index 50bd8ef5d5..12e8f38716 100644 --- a/cpu/i386/sc520.c +++ b/cpu/i386/sc520.c @@ -25,9 +25,6 @@ * but idependent of implementation */ #include - -#ifdef CONFIG_SC520 - #include #include #include @@ -517,4 +514,3 @@ void reset_cpu(ulong addr) /* NOTREACHED */ } #endif -#endif /* CONFIG_SC520 */