From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D033FC433F5 for ; Tue, 1 Feb 2022 12:15:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=7pTUGAH74j+KIfSEEYc6joCHd0VEQaIt/Cg6i9AzasI=; b=SeH5Nmxd3Vdp7m OWGPjIOwtkKjL50tq3a6d0A3SOsQn/tjIiva3LtdH5YaoBkR78zhVM/OqqKwU68AEZy8Mep/NdqLx DW7sICFSzsEIO8Ulk8bUKNQmZ6G7uRIzXxrthCn+y50rD8tb7XeWGLGI2YGLffaGg96MbrnxwdtYb uVn/hesRxnxdbS+/mKw3lMXys8B+tJQ5PlJH1YrmArs5ga+tNsuLBu2u+lLqZzm32t2cVUDKuKPf/ VDQLweUMjUlxUkWGbzs/Tw2vYmJpdv0toUKFFmNB+eULHf+z+MSbV6OTgyh85zu4I6M+oR42krQEq nNe53TQUApDTNTmJOltQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nEs3K-00C1mo-JE; Tue, 01 Feb 2022 12:14:30 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nEs3G-00C1lQ-F2 for linux-arm-kernel@lists.infradead.org; Tue, 01 Feb 2022 12:14:27 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id D5574113E; Tue, 1 Feb 2022 04:14:22 -0800 (PST) Received: from FVFF77S0Q05N (unknown [10.57.8.51]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 0E4893F73B; Tue, 1 Feb 2022 04:14:21 -0800 (PST) Date: Tue, 1 Feb 2022 12:14:14 +0000 From: Mark Rutland To: Andre Przywara Cc: Jaxson Han , linux-arm-kernel@lists.infradead.org, Vladimir Murzin Subject: Re: [boot-wrapper PATCH v3] Makefile: avoid dtc warnings on re-compiling DTB Message-ID: References: <20220131163122.2188634-1-andre.przywara@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220131163122.2188634-1-andre.przywara@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220201_041426_589186_AFFFBC0F X-CRM114-Status: GOOD ( 11.70 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Jan 31, 2022 at 04:31:22PM +0000, Andre Przywara wrote: [...] > To avoid the lengthy list of warnings, just drop those checks from the > dtc compilation run. This disables more checks than we want or need, but > we somewhat trust in the original DTB to be sane, so that should be > fine. > Since those warning options are not supported by older dtc versions, > introduce a compatiblity check before using them. > > Signed-off-by: Andre Przywara > --- > Hi, > > this replaces the reverted version of the patch, adding runtime detection > of dtc's compatibility. > Works fine with a clueless dtc 1.4.1. Thanks; applied. Mark. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel