]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/blackfin/mach-bf548/head.S
Blackfin arch: fix bug - build kernel failed at head.S when reprogram clock on all...
[linux-2.6-omap-h63xx.git] / arch / blackfin / mach-bf548 / head.S
index 051b05c88027130e2c05f190805ac31f9da29fa9..93b361dff27ba23bab6f471e154f2c69d1028eb3 100644 (file)
@@ -95,7 +95,7 @@ ENTRY(_start_dma_code)
        r1 = r1 << 8;                    /* Shift it over                   */
        r0 = r1 | r0;                    /* add them all together           */
 #ifdef ANOMALY_05000265
-       r0 = BITSET(r0, 15);             /* Add 250 mV of hysteresis to SPORT input pins */
+       BITSET(r0, 15);                  /* Add 250 mV of hysteresis to SPORT input pins */
 #endif
 
        p0.h = hi(PLL_CTL);