aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-bf533/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-bf533/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-bf533/head.S')
-rw-r--r--arch/blackfin/mach-bf533/head.S18
1 files changed, 0 insertions, 18 deletions
diff --git a/arch/blackfin/mach-bf533/head.S b/arch/blackfin/mach-bf533/head.S
index c671e8549b1..fb49169c0e7 100644
--- a/arch/blackfin/mach-bf533/head.S
+++ b/arch/blackfin/mach-bf533/head.S
@@ -116,17 +116,8 @@ ENTRY(__start)
116 R1 = [p0]; 116 R1 = [p0];
117 R0 = ~ENICPLB; 117 R0 = ~ENICPLB;
118 R0 = R0 & R1; 118 R0 = R0 & R1;
119
120 /* Anomaly 05000125 */
121#if ANOMALY_05000125
122 CLI R2;
123 SSYNC;
124#endif
125 [p0] = R0; 119 [p0] = R0;
126 SSYNC; 120 SSYNC;
127#if ANOMALY_05000125
128 STI R2;
129#endif
130 121
131 /* Turn off the dcache */ 122 /* Turn off the dcache */
132 p0.l = LO(DMEM_CONTROL); 123 p0.l = LO(DMEM_CONTROL);
@@ -134,17 +125,8 @@ ENTRY(__start)
134 R1 = [p0]; 125 R1 = [p0];
135 R0 = ~ENDCPLB; 126 R0 = ~ENDCPLB;
136 R0 = R0 & R1; 127 R0 = R0 & R1;
137
138 /* Anomaly 05000125 */
139#if ANOMALY_05000125
140 CLI R2;
141 SSYNC;
142#endif
143 [p0] = R0; 128 [p0] = R0;
144 SSYNC; 129 SSYNC;
145#if ANOMALY_05000125
146 STI R2;
147#endif
148 130
149 /* Initialise UART - when booting from u-boot, the UART is not disabled 131 /* Initialise UART - when booting from u-boot, the UART is not disabled
150 * so if we dont initalize here, our serial console gets hosed */ 132 * so if we dont initalize here, our serial console gets hosed */