diff options
author | John Crispin <john@openwrt.org> | 2015-02-09 19:24:48 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-02-09 19:24:48 +0000 |
commit | 75fe1afa956b06e33003a590345401d7ebaeae9f (patch) | |
tree | 58e82966287c572c2146eb2dd94c4348355673a3 /target/linux/realview/patches-3.18 | |
parent | 3dbaab6f67231c9b6683a10e11f2c94041f76be7 (diff) | |
download | upstream-75fe1afa956b06e33003a590345401d7ebaeae9f.tar.gz upstream-75fe1afa956b06e33003a590345401d7ebaeae9f.tar.bz2 upstream-75fe1afa956b06e33003a590345401d7ebaeae9f.zip |
realview: bump to 3.18
Signed-off-by: Your Name <blogic@openwrt.org>
SVN-Revision: 44368
Diffstat (limited to 'target/linux/realview/patches-3.18')
-rw-r--r-- | target/linux/realview/patches-3.18/0001-PHYS_OFFSET.patch | 11 |
1 files changed, 11 insertions, 0 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 new file mode 100644 index 0000000000..c1b863bc66 --- /dev/null +++ b/target/linux/realview/patches-3.18/0001-PHYS_OFFSET.patch @@ -0,0 +1,11 @@ +--- 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 + + /* |