diff options
author | John Crispin <john@openwrt.org> | 2015-03-16 07:40:02 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-03-16 07:40:02 +0000 |
commit | de04a1d843cc0cc797c42e6541907ba5555de898 (patch) | |
tree | 3ef841d89ca4edd7f738753634325fa66ce370c7 /target/linux/realview/patches-3.14/0001-PHYS_OFFSET.patch | |
parent | 54f1c710db41b8019df2e5aa48959630485b0901 (diff) | |
download | upstream-de04a1d843cc0cc797c42e6541907ba5555de898.tar.gz upstream-de04a1d843cc0cc797c42e6541907ba5555de898.tar.bz2 upstream-de04a1d843cc0cc797c42e6541907ba5555de898.zip |
realview: drop 3.14 support
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44814
Diffstat (limited to 'target/linux/realview/patches-3.14/0001-PHYS_OFFSET.patch')
-rw-r--r-- | target/linux/realview/patches-3.14/0001-PHYS_OFFSET.patch | 11 |
1 files changed, 0 insertions, 11 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 deleted file mode 100644 index c1b863bc66..0000000000 --- a/target/linux/realview/patches-3.14/0001-PHYS_OFFSET.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 - -+#define PHYS_OFFSET PLAT_PHYS_OFFSET -+ - #ifdef CONFIG_SPARSEMEM - - /* |