Blackfin arch: fix bug - build kernel failed at head.S when reprogram clock on all...
[h-e-n] / arch / blackfin / mach-bf533 / head.S
index 619685b..9fc95aa 100644 (file)
@@ -79,7 +79,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);