summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2019-09-23 14:10:16 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-09-25 11:50:38 +0200
commit24a86556e3f48341c33d69d79de9db6a48acee47 (patch)
treed97d9abc6c2299d09ddd734997aeb2407701014d /scripts
parentcec220cffb2f898ea95df0f847ffd1e800775c7e (diff)
downloadbarebox-24a86556e3f48341c33d69d79de9db6a48acee47.tar.gz
barebox-24a86556e3f48341c33d69d79de9db6a48acee47.tar.xz
scripts/dtc: mention dtc project in update-dtc-source.sh commit message
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 <r.hieber@pengutronix.de> Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Acked-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/dtc/update-dtc-source.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dtc/update-dtc-source.sh b/scripts/dtc/update-dtc-source.sh
index 0a098df710..604ed254f5 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