Commit 04d8405e authored by Matt Redfearn's avatar Matt Redfearn Committed by James Hogan

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: default avatarMatt 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: default avatarJames Hogan <jhogan@kernel.org>
parent d41e6858
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
archscripts: scripts_basic archscripts: scripts_basic
$(Q)$(MAKE) $(build)=arch/mips/boot/tools relocs $(Q)$(MAKE) $(build)=arch/mips/boot/tools relocs
KBUILD_DEFCONFIG := ip22_defconfig KBUILD_DEFCONFIG := 32r2el_defconfig
# #
# Select the object file format to substitute into the linker script. # Select the object file format to substitute into the linker script.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment