Blackfin arch: fix bug - build kernel failed at head.S when reprogram clock on all...
authorRobin Getz <rgetz@blackfin.uclinux.org>
Thu, 16 Oct 2008 15:05:28 +0000 (23:05 +0800)
committerBryan Wu <cooloney@kernel.org>
Thu, 16 Oct 2008 15:05:28 +0000 (23:05 +0800)
Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
arch/blackfin/mach-bf527/head.S
arch/blackfin/mach-bf533/head.S
arch/blackfin/mach-bf537/head.S
arch/blackfin/mach-bf548/head.S
arch/blackfin/mach-bf561/head.S

index 6588170e3845be874e4c37b5e20b465f1c07fe39..0eb1da85db730e60c9a7e0e0373695650613268e 100644 (file)
@@ -88,7 +88,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);
index 619685b94d90cfea03dc7c9e5092295140e0f6eb..9fc95aaca439c26371577172026824e320fddd14 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);
index 559a7eef7a38e89080dac76391de783c5cb1cd28..f5c94bf80e3bbec8c61451a5e035bc868b66aec6 100644 (file)
@@ -88,7 +88,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);
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);
index 0b28137b3dea1958fc038a9f2b06f12d8a7a0c96..31a777a9e69996d51d0947de84c33883a23b8e1f 100644 (file)
@@ -78,7 +78,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);