Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9bebeff9 authored by Robin Getz's avatar Robin Getz Committed by Bryan Wu
Browse files

Blackfin arch: fix bug - build kernel failed at head.S when reprogram clock on all platforms

parent ded963a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
+1 −1
Original line number Diff line number Diff line
@@ -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);
+1 −1
Original line number Diff line number Diff line
@@ -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);
+1 −1
Original line number Diff line number Diff line
@@ -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);
+1 −1
Original line number Diff line number Diff line
@@ -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);