Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756241AbcLNPJ4 (ORCPT ); Wed, 14 Dec 2016 10:09:56 -0500 Received: from mailapp01.imgtec.com ([195.59.15.196]:59445 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756153AbcLNPJx (ORCPT ); Wed, 14 Dec 2016 10:09:53 -0500 From: Matt Redfearn To: Ralf Baechle CC: , Matt Redfearn , Subject: [PATCH 2/2] MIPS: Set defconfig target to a generic system for 32r2el Date: Wed, 14 Dec 2016 15:09:43 +0000 Message-ID: <1481728183-16776-2-git-send-email-matt.redfearn@imgtec.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1481728183-16776-1-git-send-email-matt.redfearn@imgtec.com> References: <1481728183-16776-1-git-send-email-matt.redfearn@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.150.130.83] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 857 Lines: 27 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 --- arch/mips/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 1a6bac7b076f..51b0e7479f99 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile @@ -15,7 +15,7 @@ archscripts: scripts_basic $(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. -- 2.7.4