[U-Boot] [PATCH 11/15] Removed #ifdef CONFIG_SYS_SC520
Graeme Russ
graeme.russ at gmail.com
Sun Dec 7 00:29:07 CET 2008
Handled by conditional compile
Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
---
cpu/i386/sc520/sc520_asm.S | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/cpu/i386/sc520/sc520_asm.S b/cpu/i386/sc520/sc520_asm.S
index 481a30a..2042d9b 100644
--- a/cpu/i386/sc520/sc520_asm.S
+++ b/cpu/i386/sc520/sc520_asm.S
@@ -105,7 +105,6 @@
*/
#include <config.h>
-#ifdef CONFIG_SYS_SC520
.section .text
.equ DRCCTL, 0x0fffef010 /* DRAM control register */
@@ -580,5 +579,3 @@ set_ecc:
out:
movl %ebx, %eax
jmp *%ebp
-
-#endif /* CONFIG_SYS_SC520 */
--
1.5.4.3
More information about the U-Boot
mailing list