diff options
author | John Crispin <john@openwrt.org> | 2015-02-09 19:28:34 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-02-09 19:28:34 +0000 |
commit | 3ebd26220227d14f6c1827adcd46ffd1f7f55e05 (patch) | |
tree | 3f6cae61c8b35f158602e3e715f4a8935d7072e6 /target | |
parent | 75fe1afa956b06e33003a590345401d7ebaeae9f (diff) | |
download | upstream-3ebd26220227d14f6c1827adcd46ffd1f7f55e05.tar.gz upstream-3ebd26220227d14f6c1827adcd46ffd1f7f55e05.tar.bz2 upstream-3ebd26220227d14f6c1827adcd46ffd1f7f55e05.zip |
realview: r44368 contained a superflous patch
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44369
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/realview/patches-3.18/0001-PHYS_OFFSET.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/realview/patches-3.18/0001-PHYS_OFFSET.patch b/target/linux/realview/patches-3.18/0001-PHYS_OFFSET.patch deleted file mode 100644 index c1b863bc66..0000000000 --- a/target/linux/realview/patches-3.18/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 - - /* |