diff options
author | Tom Rini <trini@konsulko.com> | 2023-03-09 11:22:50 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-03-09 11:22:50 -0500 |
commit | bcf343146ff365a88481b9a80920ed146c6dee5b (patch) | |
tree | 4a99a2364403b620f5dc629e76d1d07225faf8fb /tools/patman/gitutil.py | |
parent | 70ed05ce6c051e55e126e67e72ab20409134c953 (diff) | |
parent | 953d4177afa0bee0ba0db4b81036d3197595b997 (diff) |
Merge tag 'dm-next-9mar23' of https://source.denx.de/u-boot/custodians/u-boot-dm into next
binman x509, separate tools dir and other improvements
patman parallel patch generation
fdt fixes and tests
PyPi support for U-Boot tools
buildman reproducible builds
Diffstat (limited to 'tools/patman/gitutil.py')
-rw-r--r-- | tools/patman/gitutil.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/patman/gitutil.py b/tools/patman/gitutil.py index 5e742102c21..6700057359f 100644 --- a/tools/patman/gitutil.py +++ b/tools/patman/gitutil.py @@ -5,9 +5,9 @@ import os import sys -from patman import command from patman import settings -from patman import terminal +from u_boot_pylib import command +from u_boot_pylib import terminal # True to use --no-decorate - we check this in setup() use_no_decorate = True |