diff options
author | Graeme Russ <graeme.russ@gmail.com> | 2008-12-07 10:29:04 +1100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-01-24 01:14:31 +0100 |
commit | 2b5360eb2bc0b741ae5cb3c84d35ccdd17667c8a (patch) | |
tree | 782fc30b6a15904d771caba758be4ea4ce0705c6 /cpu/i386/sc520.c | |
parent | ead056bc206f6b7ee6dc98766678b64635ea20b8 (diff) | |
download | u-boot-imx-2b5360eb2bc0b741ae5cb3c84d35ccdd17667c8a.zip u-boot-imx-2b5360eb2bc0b741ae5cb3c84d35ccdd17667c8a.tar.gz u-boot-imx-2b5360eb2bc0b741ae5cb3c84d35ccdd17667c8a.tar.bz2 |
Remove #ifdef CONFIG_SC520 in source code
CONFIG_SC520 is now used for conditional compile
Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
Diffstat (limited to 'cpu/i386/sc520.c')
-rw-r--r-- | cpu/i386/sc520.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpu/i386/sc520.c b/cpu/i386/sc520.c index 50bd8ef..12e8f38 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 */ |