u_boot_pylib: Move gitutil into the library
Move this file into U-Boot's Python library, so that it is no-longer part of patman. This makes a start on: https://source.denx.de/u-boot/custodians/u-boot-dm/-/issues/35 Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -13,7 +13,6 @@ if __name__ == "__main__":
|
||||
sys.path.append(os.path.join(our_path, '..'))
|
||||
|
||||
# Run tests
|
||||
from u_boot_pylib import terminal
|
||||
from u_boot_pylib import test_util
|
||||
|
||||
result = test_util.run_test_suites(
|
||||
|
Reference in New Issue
Block a user