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 /scripts/event_dump.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 'scripts/event_dump.py')
-rwxr-xr-x | scripts/event_dump.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/event_dump.py b/scripts/event_dump.py index d87823f3749..0117457526e 100755 --- a/scripts/event_dump.py +++ b/scripts/event_dump.py @@ -15,7 +15,7 @@ src_path = os.path.dirname(our_path) sys.path.insert(1, os.path.join(our_path, '../tools')) from binman import elf -from patman import tools +from u_boot_pylib import tools # A typical symbol looks like this: # _u_boot_list_2_evspy_info_2_EVT_MISC_INIT_F_3_sandbox_misc_init_f |