aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-bf548
diff options
context:
space:
mode:
authorRobin Getz <rgetz@blackfin.uclinux.org>2008-10-16 11:05:28 -0400
committerBryan Wu <cooloney@kernel.org>2008-10-16 11:05:28 -0400
commit9bebeff98ea960b13c4de95782c54f8e5e8b70fc (patch)
treeace1c16dae132f4dafd3d1c77713b098d00ee541 /arch/blackfin/mach-bf548
parentded963a486e08eb89a2c861c3323fe33abf2c6c8 (diff)
Blackfin arch: fix bug - build kernel failed at head.S when reprogram clock on all platforms
Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org> Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/mach-bf548')
-rw-r--r--arch/blackfin/mach-bf548/head.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/mach-bf548/head.S b/arch/blackfin/mach-bf548/head.S
index 051b05c88027..93b361dff27b 100644
--- a/arch/blackfin/mach-bf548/head.S
+++ b/arch/blackfin/mach-bf548/head.S
@@ -95,7 +95,7 @@ ENTRY(_start_dma_code)
95 r1 = r1 << 8; /* Shift it over */ 95 r1 = r1 << 8; /* Shift it over */
96 r0 = r1 | r0; /* add them all together */ 96 r0 = r1 | r0; /* add them all together */
97#ifdef ANOMALY_05000265 97#ifdef ANOMALY_05000265
98 r0 = BITSET(r0, 15); /* Add 250 mV of hysteresis to SPORT input pins */ 98 BITSET(r0, 15); /* Add 250 mV of hysteresis to SPORT input pins */
99#endif 99#endif
100 100
101 p0.h = hi(PLL_CTL); 101 p0.h = hi(PLL_CTL);