diff options
| author | Tom Rini <[email protected]> | 2026-06-09 10:27:02 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-06-09 10:27:02 -0600 |
| commit | 3f79f777617bf6a3d6dafa2c46ff71ce2cb8adda (patch) | |
| tree | b2c41e0efebe79df971607d0afece95896a29a97 /tools | |
| parent | cf81e36fa0c85117dbfc9a8b606671eb4b25b9db (diff) | |
| parent | 5a1818d54c8abfe8f4f72a3fa370b299b2bfe125 (diff) | |
Merge tag 'efi-2026-07-rc5' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request efi-2026-07-rc5
CI: https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/30365
Documentation:
* Update urllib3 version for building
* usb: typos 'requird', 'current'
UEFI
* Improve PE-COFF relocation data validation
Devicetree-to-C generator:
* dtoc: test: add missing escape in help text
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/dtoc/test_fdt.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dtoc/test_fdt.py b/tools/dtoc/test_fdt.py index a0bed4e18bb..f141f931a94 100755 --- a/tools/dtoc/test_fdt.py +++ b/tools/dtoc/test_fdt.py @@ -986,7 +986,7 @@ def main(): default=False, help='run tests') parser.add_argument('-T', '--test-coverage', action='store_true', default=False, - help='run tests and check for 100% coverage') + help='run tests and check for 100%% coverage') parser.add_argument('name', nargs='*') args = parser.parse_args() |
