summaryrefslogtreecommitdiff
path: root/tools/patman/series.py
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-11-15 10:13:22 -0500
committerTom Rini <trini@konsulko.com>2020-11-15 10:13:22 -0500
commitcd0d3749afdad4f4fd03bc005fe5efaad0e09417 (patch)
tree2b36d72786e953e1c59e332aeeda08a00acbc5ca /tools/patman/series.py
parentde865f7ee1d9b6dff6e265dee44509c8274ea606 (diff)
parenta3e458524c15710e4ac9ce1556a5f0898084d09a (diff)
Merge tag 'dm-pull-15nov20' of git://git.denx.de/u-boot-dm
Minor fixes/improvements to 'patman status'
Diffstat (limited to 'tools/patman/series.py')
-rw-r--r--tools/patman/series.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/patman/series.py b/tools/patman/series.py
index 4457719f2ef..1d92bdb9103 100644
--- a/tools/patman/series.py
+++ b/tools/patman/series.py
@@ -16,7 +16,7 @@ from patman import tools
# Series-xxx tags that we understand
valid_series = ['to', 'cc', 'version', 'changes', 'prefix', 'notes', 'name',
- 'cover_cc', 'process_log', 'links']
+ 'cover_cc', 'process_log', 'links', 'patchwork_url']
class Series(dict):
"""Holds information about a patch series, including all tags.