diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-12-02 13:14:59 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-12-02 13:14:59 +0000 |
commit | 35bedaae631fdcf04d28078cf3df86f57b9206c7 (patch) | |
tree | 44d7712a84e85306237480d2ddbee2bd648e7946 /target/linux | |
parent | f7e5a4cf07b80950974a2ecb2c8084f5bee85a25 (diff) | |
download | upstream-35bedaae631fdcf04d28078cf3df86f57b9206c7.tar.gz upstream-35bedaae631fdcf04d28078cf3df86f57b9206c7.tar.bz2 upstream-35bedaae631fdcf04d28078cf3df86f57b9206c7.zip |
realview: refresh kernel patch
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43491 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/realview/patches-3.14/0001-PHYS_OFFSET.patch | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/target/linux/realview/patches-3.14/0001-PHYS_OFFSET.patch b/target/linux/realview/patches-3.14/0001-PHYS_OFFSET.patch index 44a903f039..c1b863bc66 100644 --- a/target/linux/realview/patches-3.14/0001-PHYS_OFFSET.patch +++ b/target/linux/realview/patches-3.14/0001-PHYS_OFFSET.patch @@ -1,7 +1,5 @@ -Index: linux-3.14.25/arch/arm/mach-realview/include/mach/memory.h -=================================================================== ---- linux-3.14.25.orig/arch/arm/mach-realview/include/mach/memory.h 2014-11-21 18:23:44.000000000 +0100 -+++ linux-3.14.25/arch/arm/mach-realview/include/mach/memory.h 2014-12-01 09:07:15.907431483 +0100 +--- a/arch/arm/mach-realview/include/mach/memory.h ++++ b/arch/arm/mach-realview/include/mach/memory.h @@ -29,6 +29,8 @@ #define PLAT_PHYS_OFFSET UL(0x00000000) #endif |