diff options
author | John Crispin <john@openwrt.org> | 2015-03-22 07:03:02 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-03-22 07:03:02 +0000 |
commit | 3c0ea6ecede0319f4ce1d448c65dd11c95b05720 (patch) | |
tree | ad311b7a748765d6541d9c7ccbce81b06f6f98a3 /target/linux | |
parent | e0155ad7b05ab22d75d39d68093d16f660f2772d (diff) | |
download | upstream-3c0ea6ecede0319f4ce1d448c65dd11c95b05720.tar.gz upstream-3c0ea6ecede0319f4ce1d448c65dd11c95b05720.tar.bz2 upstream-3c0ea6ecede0319f4ce1d448c65dd11c95b05720.zip |
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 <blogic@openwrt.org>
SVN-Revision: 44935
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/au1000/patches/005-fix-cpu-clk.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/au1000/patches/005-fix-cpu-clk.patch b/target/linux/au1000/patches/005-fix-cpu-clk.patch deleted file mode 100644 index b925638817..0000000000 --- a/target/linux/au1000/patches/005-fix-cpu-clk.patch +++ /dev/null @@ -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; - } - |