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 X-Spam-Level: X-Spam-Status: No, score=-8.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8F5BFC5517A for ; Tue, 10 Nov 2020 03:03:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 42A872067B for ; Tue, 10 Nov 2020 03:03:35 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="H4lB7kkF" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731366AbgKJDDe (ORCPT ); Mon, 9 Nov 2020 22:03:34 -0500 Received: from mail.kernel.org ([198.145.29.99]:44196 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729452AbgKJDDb (ORCPT ); Mon, 9 Nov 2020 22:03:31 -0500 Received: from dragon (80.251.214.228.16clouds.com [80.251.214.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 411552064C; Tue, 10 Nov 2020 03:03:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604977410; bh=Ab2R0FlhuQ/r05BExeWdW4+U5IUFA0K+l5RwGjCmAe4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=H4lB7kkF1NFHBheb9k2CeWmc7xpWV2nGNGx7oUZXGFJ/9fsGlhKfE/vdAF90VitDX VLNBKRNbkdcRU1EO/LJBBcX6ckNG3YkddG/eoTnwgI+IgK4Hvnar90GjPgtTMsshVP f5h7CEDqbw3qXIQBC2Z6uLj1MORq/CkYD6Zx4wLo= Date: Tue, 10 Nov 2020 11:03:25 +0800 From: Shawn Guo To: Nathan Chancellor Cc: Rob Herring , Frieder Schrempf , Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] arm64: dts: imx: Fix imx8mm-kontron-n801x-s.dtb target Message-ID: <20201110030324.GY31601@dragon> References: <20201108022321.2114430-1-natechancellor@gmail.com> <20201108191614.4062210-1-natechancellor@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201108191614.4062210-1-natechancellor@gmail.com> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Nov 08, 2020 at 12:16:15PM -0700, Nathan Chancellor wrote: > While running 'make dtbs_install', the following error occurs: > > make[3]: *** No rule to make target 'rootfs/freescale/imx8mm-kontron-n801x-s.dts', needed by '__dtbs_install'. > > It should be .dtb, not .dts. > > Fixes: 8668d8b2e67f ("arm64: dts: Add the Kontron i.MX8M Mini SoMs and baseboards") > Reviewed-by: Krzysztof Kozlowski > Signed-off-by: Nathan Chancellor Applied, thanks.