Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp2762545pxk; Sun, 6 Sep 2020 12:30:54 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxwAM72K9m67ErJU0y69OlX7lQoPiCUjRC0kRFtxYHJzFgqqikrkM57mDZFNPrNBwwaarCd X-Received: by 2002:a17:906:3e90:: with SMTP id a16mr8751463ejj.363.1599420654722; Sun, 06 Sep 2020 12:30:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1599420654; cv=none; d=google.com; s=arc-20160816; b=CqDms4ui9kSWTCQIMI/g2fiLFFf6UJB/rJL7XILeMtF6XXvyIFeLG5bGa8MTh/2aRd 1bgvnFfQRvh4IwcEw93pjOSfWL9w7Nxyrz+qrx2/DzuxAkjGGdDshIE9oWePdO21Gi05 E7hw+rjCSaOoE7h8LVDU4PZQvvqdUJwen428rNSZxSwnIG9Ixm0taLlAXAu+TFQgWtYE a7Elef5VrePPYH87udiXHdy4GBZ6uv8GJF42SdilMka6qmgNaRdVbfbr2tQ3ZlAGacVo gRWKbv00WN3oJ6B7qIw+XhNOfCBWYrQsR6/kJTtnbC5+Ht9WGCMEn8XNAGdEHl+2MmOw PU2g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from :dkim-signature; bh=qDP1LlFIHYvv266jJZcZql5leJmGLygtd2JQsS4aQs8=; b=pAwD2FaODmpkQJlX34Yk82mxS1Dde3R2/yBP9jilk9qg6phhrmbh0GxZTi0PNVoR7R tpVWt7LbAawSwrI5mTSlSq5yzV/7+vPY3NfWWTq1w19qa2phwJhhFc3myr2OOv9ux2+s /4YSYbixCkTVvB6V4XwLMmUlZ+fN1wKfv2xkgGM6abXkY4TFijVtQ2niHQHxVs5DSKf6 jIfrg/gMryFR97cg4YVhALZWTVEu991g6H0Z/iK2dMfxzpyo6433ICdqgNRRSBfzQ5Hc M+m9+jGbBBV9vpFYFEwocyo9kTpRUBqMWdJ52T/3gm6NlE6Q7XhatiyUz+KCXqDMF6D1 Pj+A== ARC-Authentication-Results: i=1; mx.google.com; dkim=fail header.i=@crapouillou.net header.s=mail header.b=LAtgaSNW; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=crapouillou.net Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id l7si9444151edv.594.2020.09.06.12.30.32; Sun, 06 Sep 2020 12:30:54 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=fail header.i=@crapouillou.net header.s=mail header.b=LAtgaSNW; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=crapouillou.net Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726385AbgIFT3y (ORCPT + 99 others); Sun, 6 Sep 2020 15:29:54 -0400 Received: from crapouillou.net ([89.234.176.41]:35664 "EHLO crapouillou.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725773AbgIFT3x (ORCPT ); Sun, 6 Sep 2020 15:29:53 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=crapouillou.net; s=mail; t=1599420584; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=qDP1LlFIHYvv266jJZcZql5leJmGLygtd2JQsS4aQs8=; b=LAtgaSNWVeE7i9YUE5n8CaTwEXrk75B5uk/IWM4OvRNIN6SFSNlubhGzS5PcCvd0PNzfno WOVyRxyJLJlrLTJJ8PBIb11t4KC7fddLHrvsibN1Uq1qLRRSNU4AegzPUIg9GmjzgkquCC jy9Bl6C/96EQdoXNuTovokGr6zkxz58= From: Paul Cercueil To: Thomas Bogendoerfer Cc: "Maciej W . Rozycki" , Paul Burton , Zhou Yanjie , od@zcrc.me, linux-kernel@vger.kernel.org, linux-mips@vger.kernel.org, Paul Cercueil , stable@vger.kernel.org Subject: [PATCH v3 01/15] MIPS: configs: lb60: Fix defconfig not selecting correct board Date: Sun, 6 Sep 2020 21:29:21 +0200 Message-Id: <20200906192935.107086-2-paul@crapouillou.net> In-Reply-To: <20200906192935.107086-1-paul@crapouillou.net> References: <20200906192935.107086-1-paul@crapouillou.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Since INGENIC_GENERIC_BOARD was introduced, the JZ4740_QI_LB60 option is no longer the default, so the symbol has to be selected by the defconfig, otherwise the kernel built will be for a generic Ingenic board and won't have the Device Tree blob built-in. Cc: stable@vger.kernel.org # v5.7 Fixes: 62249209a772 ("MIPS: ingenic: Default to a generic board") Signed-off-by: Paul Cercueil --- Notes: v3: New patch arch/mips/configs/qi_lb60_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/mips/configs/qi_lb60_defconfig b/arch/mips/configs/qi_lb60_defconfig index 81bfbee72b0c..9c2c183085d1 100644 --- a/arch/mips/configs/qi_lb60_defconfig +++ b/arch/mips/configs/qi_lb60_defconfig @@ -8,6 +8,7 @@ CONFIG_EMBEDDED=y # CONFIG_COMPAT_BRK is not set CONFIG_SLAB=y CONFIG_MACH_INGENIC=y +CONFIG_JZ4740_QI_LB60=y CONFIG_HZ_100=y # CONFIG_SECCOMP is not set CONFIG_MODULES=y -- 2.28.0