diff options
author | John Crispin <blogic@openwrt.org> | 2015-02-09 19:24:48 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-02-09 19:24:48 +0000 |
commit | ad8d05b39d00b12ff90767d97b500819868ec871 (patch) | |
tree | 5e7070eb2e2e8ed04ae879452ea5b3ec9946e1d4 /target/linux/realview/patches-3.18/0001-PHYS_OFFSET.patch | |
parent | a59727e3b8339421481b44ce759c381b5e9f6519 (diff) | |
download | upstream-ad8d05b39d00b12ff90767d97b500819868ec871.tar.gz upstream-ad8d05b39d00b12ff90767d97b500819868ec871.tar.bz2 upstream-ad8d05b39d00b12ff90767d97b500819868ec871.zip |
realview: bump to 3.18
Signed-off-by: Your Name <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44368 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/realview/patches-3.18/0001-PHYS_OFFSET.patch')
-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 + + /* |