aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-bf561/head.S
diff options
context:
space:
mode:
authorMike Frysinger <vapier.adi@gmail.com>2008-08-06 05:05:20 -0400
committerBryan Wu <cooloney@kernel.org>2008-08-06 05:05:20 -0400
commit778307d372555f979cf6cef112a6d7fbff056cd9 (patch)
tree6ab304d2f1ef333f48b56eb2913268fe9dfc9714 /arch/blackfin/mach-bf561/head.S
parentd6a29891369827317659b7833170d2f5f0c7b97f (diff)
Blackfin arch: remove support for Anomaly 05000125 as it doesnt exist on any supported processor/silicon
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com> Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/mach-bf561/head.S')
-rw-r--r--arch/blackfin/mach-bf561/head.S17
1 files changed, 0 insertions, 17 deletions
diff --git a/arch/blackfin/mach-bf561/head.S b/arch/blackfin/mach-bf561/head.S
index cf1a2dff01e7..0a1443b6b462 100644
--- a/arch/blackfin/mach-bf561/head.S
+++ b/arch/blackfin/mach-bf561/head.S
@@ -105,16 +105,8 @@ ENTRY(__start)
105 R1 = [p0]; 105 R1 = [p0];
106 R0 = ~ENICPLB; 106 R0 = ~ENICPLB;
107 R0 = R0 & R1; 107 R0 = R0 & R1;
108
109#if ANOMALY_05000125
110 CLI R2;
111 SSYNC;
112#endif
113 [p0] = R0; 108 [p0] = R0;
114 SSYNC; 109 SSYNC;
115#if ANOMALY_05000125
116 STI R2;
117#endif
118 110
119 /* Turn off the dcache */ 111 /* Turn off the dcache */
120 p0.l = LO(DMEM_CONTROL); 112 p0.l = LO(DMEM_CONTROL);
@@ -122,17 +114,8 @@ ENTRY(__start)
122 R1 = [p0]; 114 R1 = [p0];
123 R0 = ~ENDCPLB; 115 R0 = ~ENDCPLB;
124 R0 = R0 & R1; 116 R0 = R0 & R1;
125
126 /* Anomaly 05000125 */
127#if ANOMALY_05000125
128 CLI R2;
129 SSYNC;
130#endif
131 [p0] = R0; 117 [p0] = R0;
132 SSYNC; 118 SSYNC;
133#if ANOMALY_05000125
134 STI R2;
135#endif
136 119
137 /* Initialise UART - when booting from u-boot, the UART is not disabled 120 /* Initialise UART - when booting from u-boot, the UART is not disabled
138 * so if we dont initalize here, our serial console gets hosed */ 121 * so if we dont initalize here, our serial console gets hosed */