summaryrefslogtreecommitdiff
path: root/kernel-devel/kexec-and-crash-kernel/crashkernel_patches/zreladdr.diff
blob: 867e13a4c7d89d9756b09be8b3b3ca08d223f452 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: linux-3.2/arch/arm/mach-omap2/Makefile.boot
===================================================================
--- linux-3.2.orig/arch/arm/mach-omap2/Makefile.boot	2012-01-05 00:55:44.000000000 +0100
+++ linux-3.2/arch/arm/mach-omap2/Makefile.boot	2013-07-06 17:00:18.718516198 +0200
@@ -1,3 +1,8 @@
+ifeq ($(CONFIG_CRASH_DUMP),y)
+  zreladdr-y		+= 0x84008000
+params_phys-y		:= 0x84000100
+else
   zreladdr-y		+= 0x80008000
 params_phys-y		:= 0x80000100
+endif
 initrd_phys-y		:= 0x80800000