aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-sunxi/patches
diff options
context:
space:
mode:
authorZoltan HERPAI <wigyori@uid0.hu>2016-01-15 20:27:32 +0000
committerZoltan HERPAI <wigyori@uid0.hu>2016-01-15 20:27:32 +0000
commit0b915cc6b5047ad1910dc0497ebe3d99b51e3294 (patch)
treee2a6598920e61181bb523983a0c490e06aadfb02 /package/boot/uboot-sunxi/patches
parent77d5aa8844e30e70ccd203c099ae0d0b49c2675e (diff)
downloadmaster-187ad058-0b915cc6b5047ad1910dc0497ebe3d99b51e3294.tar.gz
master-187ad058-0b915cc6b5047ad1910dc0497ebe3d99b51e3294.tar.bz2
master-187ad058-0b915cc6b5047ad1910dc0497ebe3d99b51e3294.zip
packages: bump uboot-sunxi to 2016.01
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48252 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/boot/uboot-sunxi/patches')
-rw-r--r--package/boot/uboot-sunxi/patches/003-fix-h3-dramclk.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/package/boot/uboot-sunxi/patches/003-fix-h3-dramclk.patch b/package/boot/uboot-sunxi/patches/003-fix-h3-dramclk.patch
deleted file mode 100644
index 46784ef93a..0000000000
--- a/package/boot/uboot-sunxi/patches/003-fix-h3-dramclk.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 0892c1d5371263e2a02c6fd484fa9647439a7ec9 Mon Sep 17 00:00:00 2001
-From: Hans de Goede <hdegoede@redhat.com>
-Date: Wed, 23 Dec 2015 11:48:40 +0100
-Subject: [PATCH] sunxi: Remove Orangepi PC RAM speed to 624 MHz
-
-There are some reports of stability issues at 672 MHz, see:
-http://linux-sunxi.org/Orange_Pi_PC#DRAM_clock_speed_limit
-
-So reduce the DRAM speed to 624MHz which seems to be reliable everywhere.
-
-Signed-off-by: Hans de Goede <hdegoede@redhat.com>
----
- configs/orangepi_pc_defconfig | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/configs/orangepi_pc_defconfig b/configs/orangepi_pc_defconfig
-index 75afca9..358caa5 100644
---- a/configs/orangepi_pc_defconfig
-+++ b/configs/orangepi_pc_defconfig
-@@ -1,7 +1,7 @@
- CONFIG_ARM=y
- CONFIG_ARCH_SUNXI=y
- CONFIG_MACH_SUN8I_H3=y
--CONFIG_DRAM_CLK=672
-+CONFIG_DRAM_CLK=624
- CONFIG_DRAM_ZQ=3881979
- CONFIG_DRAM_ODT_EN=y
- # CONFIG_VIDEO is not set