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 8AF66C433F5 for ; Fri, 7 Jan 2022 14:14:55 +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=ijW51El5TB0cyzHix2OADzMFXEUiBLiC01Fy4nF9gTM=; b=1AuwwMVaZlsoxR 917pdSzMBxrqxAhHpMG0Tb9xNWCTvWZmvQ/ge1dIJNnwhfLLIKhsxkxbCH3LsGYMT2vYhG1q4TVoF DiVy27eSEEL2zTRlqvmuuLxc8xi6ZHj6Pibw+KvcU17BkxnXkjCMqrp5jeI9AEfW3eERoKyUGinjb Hr/WAlckRTgzOQbTLnjYsYTWlrwMdk/Xou0tZ34NPHum6Sijx3XwqlbwvjGyqDEOxuI/5bUdTE/uE fkTujkyPTjFio3K/s9xLohrFio49cu1O5K4ePWo10Xsq+6jvkEBjmRmqv2D2eLqNlSqTFt1xFD9v3 V7u7BiRgPurlN8cwlWcA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1n5pzu-0047aG-3x; Fri, 07 Jan 2022 14:13:38 +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 1n5pzq-0047ZG-9a for linux-arm-kernel@lists.infradead.org; Fri, 07 Jan 2022 14:13:35 +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 F3ACF13A1; Fri, 7 Jan 2022 06:13:32 -0800 (PST) Received: from FVFF77S0Q05N (unknown [10.57.7.134]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 393383F774; Fri, 7 Jan 2022 06:13:32 -0800 (PST) Date: Fri, 7 Jan 2022 14:13:29 +0000 From: Mark Rutland To: Andre Przywara Cc: linux-arm-kernel@lists.infradead.org, Jaxson Han Subject: Re: [boot-wrapper PATCH v2 5/9] configure: Fix default DTB Message-ID: References: <20211222181607.1203191-1-andre.przywara@arm.com> <20211222181607.1203191-6-andre.przywara@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211222181607.1203191-6-andre.przywara@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220107_061334_409886_9423BEC7 X-CRM114-Status: GOOD ( 15.01 ) 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 Wed, Dec 22, 2021 at 06:16:03PM +0000, Andre Przywara wrote: > The DTS files for Arm Ltd. boards and the fastmodel have long been moved > into the arm/ subdirectory of the arm64 kernel tree's DT folder. > > Adjust the default path to make this build out of the box. > > Also change the default DTB to the more modern FVP RevC model on the > way. > > Signed-off-by: Andre Przywara Thanks; applied. Mark. > --- > configure.ac | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure.ac b/configure.ac > index 852fd9a..2b295de 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -33,7 +33,7 @@ AC_ARG_WITH([kernel-dir], > AS_IF([test "x$KERNEL_ES" = x32], > [KERN_IMAGE=$KERN_DIR/arch/arm/boot/zImage], > [KERN_IMAGE=$KERN_DIR/arch/arm64/boot/Image]) > -KERN_DTB=$KERN_DIR/arch/arm64/boot/dts/rtsm_ve-aemv8a.dtb > +KERN_DTB=$KERN_DIR/arch/arm64/boot/dts/arm/fvp-base-revc.dtb > > # Allow the user to override the default DTB > AC_ARG_WITH([dtb], > -- > 2.25.1 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel