From patchwork Thu Mar 21 16:56:59 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hauke Mehrtens X-Patchwork-Id: 1060285 X-Patchwork-Delegate: hauke@hauke-m.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=lists.openwrt.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="PrS94qGD"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 44QCdk55gDz9sRH for ; Fri, 22 Mar 2019 03:57:46 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Subject:Message-Id: Date:To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=8j3FHBMqdNA1X9ccDn8H4ti7ukvVcTsE6oMzNKyKTQg=; b=PrS94qGDQauzUZ TotxHT6LtA+kzWJ2v29WM3Ug3bOZW4Kq+qJdGIUkOofp2xpUrvY7Hxp1g52aucfg5+999QllqVCWn J+vrkiIUv7HeN12zLVJt9oyDMKFky4d3zcFyT/9Y3uvRZcWrOLJ4x7pZwsC4JuwCoGsnF9aPcmSnQ 6QFMGqCgtlDYf7/tbsLjWcOYQLltOG/8332qeuNu4mku8f9fj16AfNCppHjPatwpBAO7sWIH71R21 pmKeGwf2lT5NENW2pnI1X/EZ44mG53BkElA0EKN0ZNVXy28Y4q5a8N4OSQG1OhusPmJYYje1unYHQ SEApSZ5LwBFGeDQWTVWQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1h710N-0001iH-D2; Thu, 21 Mar 2019 16:57:23 +0000 Received: from mga02.intel.com ([134.134.136.20]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1h710K-0001ha-O3 for openwrt-devel@lists.openwrt.org; Thu, 21 Mar 2019 16:57:22 +0000 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Mar 2019 09:57:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,253,1549958400"; d="scan'208";a="142667118" Received: from mucrsb0001.imu.intel.com ([10.62.163.96]) by FMSMGA003.fm.intel.com with ESMTP; 21 Mar 2019 09:57:17 -0700 From: Hauke Mehrtens To: openwrt-devel@lists.openwrt.org Date: Thu, 21 Mar 2019 17:56:59 +0100 Message-Id: <20190321165700.24418-1-hauke.mehrtens@intel.com> X-Mailer: git-send-email 2.10.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190321_095720_828108_7403EA40 X-CRM114-Status: GOOD ( 10.14 ) X-Spam-Score: -2.3 (--) X-Spam-Report: SpamAssassin version 3.4.2 on bombadil.infradead.org summary: Content analysis details: (-2.3 points) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [134.134.136.20 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record Subject: [OpenWrt-Devel] [PATCH 1/2] mvebu: Fix typo in MACCHIATOBin detection X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Hauke Mehrtens MIME-Version: 1.0 Sender: "openwrt-devel" Errors-To: openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org The name in the device tree file is written with two C. Signed-off-by: Hauke Mehrtens --- target/linux/mvebu/base-files/lib/mvebu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/mvebu/base-files/lib/mvebu.sh b/target/linux/mvebu/base-files/lib/mvebu.sh index 5a0d7b2..cfe880b 100755 --- a/target/linux/mvebu/base-files/lib/mvebu.sh +++ b/target/linux/mvebu/base-files/lib/mvebu.sh @@ -23,7 +23,7 @@ mvebu_board_detect() { *"Marvell Armada 3720 Development Board DB-88F3720-DDR3") name="marvell,armada-3720-db" ;; - *"Marvell 8040 MACHIATOBin") + *"Marvell 8040 MACCHIATOBin") name="marvell,armada8040-mcbin" ;; *"Marvell Armada 8040 DB board")