diff options
author | Matt Redfearn <matt.redfearn@imgtec.com> | 2016-12-14 10:09:43 -0500 |
---|---|---|
committer | James Hogan <jhogan@kernel.org> | 2017-11-08 17:25:55 -0500 |
commit | 04d8405e714e66e52718436eb6eb6e8ba6afb823 (patch) | |
tree | 6a072f2b98a6c79e6686a6ab7a9cf6e36342528c | |
parent | d41e6858ba58c039fe84a4f341c1088c475b2537 (diff) |
MIPS: Set defconfig target to a generic system for 32r2el
The default system type should be a MIPS generic kernel. In order to
include some level of board support, select a 32r2el generic defconfig
by default. The alternative would be to use "generic_defconfig" but
rather unintuitvely that is a bare bones configuration with no platform
support so is not usable in practice.
Signed-off-by: Matt Redfearn <matt.redfearn@imgtec.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/14715/
Signed-off-by: James Hogan <jhogan@kernel.org>
-rw-r--r-- | arch/mips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index a96d97a806c9..9506614471c8 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -15,7 +15,7 @@ | |||
15 | archscripts: scripts_basic | 15 | archscripts: scripts_basic |
16 | $(Q)$(MAKE) $(build)=arch/mips/boot/tools relocs | 16 | $(Q)$(MAKE) $(build)=arch/mips/boot/tools relocs |
17 | 17 | ||
18 | KBUILD_DEFCONFIG := ip22_defconfig | 18 | KBUILD_DEFCONFIG := 32r2el_defconfig |
19 | 19 | ||
20 | # | 20 | # |
21 | # Select the object file format to substitute into the linker script. | 21 | # Select the object file format to substitute into the linker script. |