Jelajahi Sumber

au1000: drop 005-fix-cpu-clk.patch

it has been upstreamed and treackled down with the latest 3.18 update

Signed-off-by: John Crispin <[email protected]>

SVN-Revision: 44935
John Crispin 10 tahun lalu
induk
melakukan
3c0ea6eced
1 mengubah file dengan 0 tambahan dan 11 penghapusan
  1. 0 11
      target/linux/au1000/patches/005-fix-cpu-clk.patch

+ 0 - 11
target/linux/au1000/patches/005-fix-cpu-clk.patch

@@ -1,11 +0,0 @@
---- a/arch/mips/alchemy/common/clock.c
-+++ b/arch/mips/alchemy/common/clock.c
-@@ -128,6 +128,8 @@
- 		t = 396000000;
- 	else {
- 		t = alchemy_rdsys(AU1000_SYS_CPUPLL) & 0x7f;
-+		if (alchemy_get_cputype() != ALCHEMY_CPU_AU1300)
-+			t &= 0x3f;
- 		t *= parent_rate;
- 	}
-