diff options
author | John Crispin <blogic@openwrt.org> | 2015-03-22 07:03:02 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-03-22 07:03:02 +0000 |
commit | a0c040c5e54beebc01d842fe0c192678259824ce (patch) | |
tree | 3f5427056fd75b6a4e980064600ad627c161653b /target | |
parent | c8dc94b36585f9a19cf0e15cf964566632d6496c (diff) | |
download | upstream-a0c040c5e54beebc01d842fe0c192678259824ce.tar.gz upstream-a0c040c5e54beebc01d842fe0c192678259824ce.tar.bz2 upstream-a0c040c5e54beebc01d842fe0c192678259824ce.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44935 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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; - } - |