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=-10.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham 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 755E5C433ED for ; Wed, 7 Apr 2021 14:32:43 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 1CAC4611C1 for ; Wed, 7 Apr 2021 14:32:43 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1CAC4611C1 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; 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=kuTN8iXvR/AA4qOBmHO3/3ZpwRM74qyO4QlBS4tx8Ks=; b=OicSWCMPfmJeml0rnztVMzBxA vzlnDJh4XgalFYOiM0f2DxB9UYHJhS+EbXpIzgB4vMMImc5LvuQ13RF/1GmKdfRzg8HxNuGeKJOe+ COGXVPyeuXJfahXJs2PqrvT36xMCWkFDdvhrYe4lRqBKZRqrcImVJ1R1puaHddMv4pAYsySoSC50i kvbj+54/8HDiK4lI+bDfs5oPn7ApW6f1gzkGM8g3WFLa3dH1MYF+CokBM15CqMXFnY3LGrcJDrdXt 3xQe6AolWwqut1t3KGL2EAygKH8WwKLaoqiP8iRj826ndp6Skz748XFzH2o+4lNHwpIyyS6esVcPF vhzazemEg==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lU9Cb-0059U1-7s; Wed, 07 Apr 2021 14:30:41 +0000 Received: from mail.kernel.org ([198.145.29.99]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lU9CV-0059Qv-Rr for linux-arm-kernel@lists.infradead.org; Wed, 07 Apr 2021 14:30:37 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 11C6360FE9; Wed, 7 Apr 2021 14:30:22 +0000 (UTC) Date: Wed, 7 Apr 2021 15:30:20 +0100 From: Catalin Marinas To: Greg Kroah-Hartman Cc: Masahiro Yamada , Michal Marek , linux-kbuild@vger.kernel.org, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, Will Deacon , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 09/20] kbuild: arm64: use common install script Message-ID: <20210407143020.GB21451@arm.com> References: <20210407053419.449796-1-gregkh@linuxfoundation.org> <20210407053419.449796-10-gregkh@linuxfoundation.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210407053419.449796-10-gregkh@linuxfoundation.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210407_153036_113431_B7069A26 X-CRM114-Status: GOOD ( 10.13 ) 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, Apr 07, 2021 at 07:34:08AM +0200, Greg Kroah-Hartman wrote: > The common scripts/install.sh script will now work for arm65, no changes > needed so convert the arm64 boot Makefile to call it instead of the > arm64-only version of the file and remove the now unused file. > > Cc: Catalin Marinas > Cc: Will Deacon > Cc: linux-arm-kernel@lists.infradead.org > Signed-off-by: Greg Kroah-Hartman Assuming that it does the same thing (it seems to from a quick look): Acked-by: Catalin Marinas _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel