diff options
author | Zoltan HERPAI <wigyori@uid0.hu> | 2018-02-16 11:40:01 +0100 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2018-02-16 11:40:01 +0100 |
commit | 4bc1ebbd88a2aef177a7d4c36c8cd5fbf7cf0bd0 (patch) | |
tree | a06eb6613c2048492cfbea49dbc1efb2402bbe05 /package/boot/uboot-sunxi/patches/091-sun6i-sync-PLL1-multdiv-with-Boot1.patch | |
parent | 616f883a209f87b1cf1709d6de8300dada04077d (diff) | |
download | upstream-4bc1ebbd88a2aef177a7d4c36c8cd5fbf7cf0bd0.tar.gz upstream-4bc1ebbd88a2aef177a7d4c36c8cd5fbf7cf0bd0.tar.bz2 upstream-4bc1ebbd88a2aef177a7d4c36c8cd5fbf7cf0bd0.zip |
Revert "uboot-sunxi: refresh patches"
This reverts commit f142de5f44bcba8cb0f12e5b1fd26cd9867cf866.
Revert until we can move to 2017.11
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
Diffstat (limited to 'package/boot/uboot-sunxi/patches/091-sun6i-sync-PLL1-multdiv-with-Boot1.patch')
-rw-r--r-- | package/boot/uboot-sunxi/patches/091-sun6i-sync-PLL1-multdiv-with-Boot1.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-sunxi/patches/091-sun6i-sync-PLL1-multdiv-with-Boot1.patch b/package/boot/uboot-sunxi/patches/091-sun6i-sync-PLL1-multdiv-with-Boot1.patch index cf41c4f1f1..40d79878ad 100644 --- a/package/boot/uboot-sunxi/patches/091-sun6i-sync-PLL1-multdiv-with-Boot1.patch +++ b/package/boot/uboot-sunxi/patches/091-sun6i-sync-PLL1-multdiv-with-Boot1.patch @@ -14,7 +14,7 @@ More specifically, the following settings are now used: --- a/arch/arm/mach-sunxi/clock_sun6i.c +++ b/arch/arm/mach-sunxi/clock_sun6i.c -@@ -113,11 +113,12 @@ void clock_set_pll1(unsigned int clk) +@@ -107,11 +107,12 @@ void clock_set_pll1(unsigned int clk) struct sunxi_ccm_reg * const ccm = (struct sunxi_ccm_reg *)SUNXI_CCM_BASE; const int p = 0; |