diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2012-10-25 10:23:31 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-12-13 11:00:39 -0500 |
commit | abe77f90dc9c65a7c9a4d61c2cbb8db4d5566e4f (patch) | |
tree | 69fd0cfe31a9041e8e1a881829c011892075ea2c /arch/mips/Makefile | |
parent | 7aa1c8f47e7e792d11f898cbdddaf6fa21ff08cc (diff) |
MIPS: Octeon: Add kexec and kdump support
[ralf@linux-mips.org: Original patch by Maxim Uvarov <muvarov@gmail.com>
with plenty of further shining, polishing, debugging and testing by me.]
Signed-off-by: Maxim Uvarov <muvarov@gmail.com>
Cc: linux-mips@linux-mips.org
Cc: kexec@lists.infradead.org
Cc: horms@verge.net.au
Patchwork: https://patchwork.linux-mips.org/patch/1026/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 654b1ad39f05..033395ec82f1 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -192,6 +192,10 @@ endif | |||
192 | # | 192 | # |
193 | include $(srctree)/arch/mips/Kbuild.platforms | 193 | include $(srctree)/arch/mips/Kbuild.platforms |
194 | 194 | ||
195 | ifdef CONFIG_PHYSICAL_START | ||
196 | load-y = $(CONFIG_PHYSICAL_START) | ||
197 | endif | ||
198 | |||
195 | cflags-y += -I$(srctree)/arch/mips/include/asm/mach-generic | 199 | cflags-y += -I$(srctree)/arch/mips/include/asm/mach-generic |
196 | drivers-$(CONFIG_PCI) += arch/mips/pci/ | 200 | drivers-$(CONFIG_PCI) += arch/mips/pci/ |
197 | 201 | ||