From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.92.2 #3 (Red Hat Linux)) id 1iCNAj-0001nL-Ab for barebox@lists.infradead.org; Mon, 23 Sep 2019 12:10:34 +0000 From: Ahmad Fatoum Date: Mon, 23 Sep 2019 14:10:16 +0200 Message-Id: <20190923121018.31574-5-a.fatoum@pengutronix.de> In-Reply-To: <20190923121018.31574-1-a.fatoum@pengutronix.de> References: <20190923121018.31574-1-a.fatoum@pengutronix.de> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 4/6] scripts/dtc: mention dtc project in update-dtc-source.sh commit message To: barebox@lists.infradead.org Cc: Roland Hieber , Ahmad Fatoum update-dtc-source.sh generates the commit message after it runs to completion. The word upstream is often used to refer to the Linux kernel within barebox, so change the wording to refer explicitly to dtc upstream. Cc: Roland Hieber Signed-off-by: Ahmad Fatoum --- scripts/dtc/update-dtc-source.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dtc/update-dtc-source.sh b/scripts/dtc/update-dtc-source.sh index 0a098df710c3..604ed254f542 100755 --- a/scripts/dtc/update-dtc-source.sh +++ b/scripts/dtc/update-dtc-source.sh @@ -72,7 +72,7 @@ git add ./libfdt/libfdt.h commit_msg=$(cat << EOF scripts/dtc: Update to upstream version ${dtc_version} -This adds the following commits from upstream: +This adds the following commits from upstream dtc: ${dtc_log} EOF -- 2.23.0 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox