projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ead056b
)
Remove #ifdef CONFIG_SC520 in source code
author
Graeme Russ
<graeme.russ@gmail.com>
Sat, 6 Dec 2008 23:29:04 +0000
(10:29 +1100)
committer
Wolfgang Denk
<wd@denx.de>
Sat, 24 Jan 2009 00:14:31 +0000
(
01:14
+0100)
CONFIG_SC520 is now used for conditional compile
Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
cpu/i386/sc520.c
patch
|
blob
|
history
diff --git
a/cpu/i386/sc520.c
b/cpu/i386/sc520.c
index 50bd8ef5d52aa60e9b32ac2d3970681f9cefaaed..12e8f38716f519779b672cbc90ba4b569b748719 100644
(file)
--- 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 */