aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-bf537/head.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/blackfin/mach-bf537/head.S')
-rw-r--r--arch/blackfin/mach-bf537/head.S9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/blackfin/mach-bf537/head.S b/arch/blackfin/mach-bf537/head.S
index c02c8ce2d96f..ba81b779511d 100644
--- a/arch/blackfin/mach-bf537/head.S
+++ b/arch/blackfin/mach-bf537/head.S
@@ -54,15 +54,6 @@ ENTRY(_mach_early_start)
54 W[P0] = R0.L; 54 W[P0] = R0.L;
55 SSYNC; 55 SSYNC;
56 56
57#if !defined(CONFIG_BF534)
58 p0.h = hi(EMAC_SYSTAT);
59 p0.l = lo(EMAC_SYSTAT);
60 R0.h = 0xFFFF; /* Clear EMAC Interrupt Status bits */
61 R0.l = 0xFFFF;
62 [P0] = R0;
63 SSYNC;
64#endif
65
66 /* Initialise UART - when booting from u-boot, the UART is not disabled 57 /* Initialise UART - when booting from u-boot, the UART is not disabled
67 * so if we dont initalize here, our serial console gets hosed */ 58 * so if we dont initalize here, our serial console gets hosed */
68 p0.h = hi(BFIN_UART_LCR); 59 p0.h = hi(BFIN_UART_LCR);