From patchwork Mon Jun 15 12:19:33 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacopo Mondi X-Patchwork-Id: 11604705 X-Patchwork-Delegate: kieran@bingham.xyz Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 376A492A for ; Mon, 15 Jun 2020 12:16:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 28A26206D7 for ; Mon, 15 Jun 2020 12:16:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729876AbgFOMQZ (ORCPT ); Mon, 15 Jun 2020 08:16:25 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:53019 "EHLO relay11.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729879AbgFOMQZ (ORCPT ); Mon, 15 Jun 2020 08:16:25 -0400 Received: from uno.lan (93-34-118-233.ip49.fastwebnet.it [93.34.118.233]) (Authenticated sender: jacopo@jmondi.org) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 40E5B10000E; Mon, 15 Jun 2020 12:16:23 +0000 (UTC) From: Jacopo Mondi To: niklas.soderlund@ragnatech.se Cc: Jacopo Mondi , kieran.bingham+renesas@ideasonboard.com, laurent.pinchart@ideasonboard.com, linux-renesas-soc@vger.kernel.org Subject: [PATCH 1/3] scripts/boards.sh: Fix M3-W identifier Date: Mon, 15 Jun 2020 14:19:33 +0200 Message-Id: <20200615121935.108142-2-jacopo@jmondi.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20200615121935.108142-1-jacopo@jmondi.org> References: <20200615121935.108142-1-jacopo@jmondi.org> MIME-Version: 1.0 Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org The M3-W SoC has been renamed to r8a77960, adjust the board.sh script to identify it correctly. Signed-off-by: Jacopo Mondi Reviewed-by: Kieran Bingham --- scripts/boards.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/boards.sh b/scripts/boards.sh index 0ec2981..2069494 100644 --- a/scripts/boards.sh +++ b/scripts/boards.sh @@ -13,7 +13,7 @@ case $info in vins="0 1 2 3 4 5 6 7" csis="20 40 41" ;; - "Renesas Salvator-X board based on r8a7796" | \ + "Renesas Salvator-X board based on r8a77960" | \ "Renesas Salvator-X 2nd version board based on r8a77965") gen="gen3" vins="0 1 2 3 4 5 6 7"