mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-16 23:07:00 +00:00
Remove #ifdef CONFIG_SC520 in source code
CONFIG_SC520 is now used for conditional compile Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
This commit is contained in:
parent
ead056bc20
commit
2b5360eb2b
1 changed files with 0 additions and 4 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue