diff options
author | Tom Rini <trini@konsulko.com> | 2024-02-15 10:26:24 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-02-15 10:26:24 -0500 |
commit | 9e00b6993f724da9699ef12573307afea8c19284 (patch) | |
tree | 7c1fb6054ee911acd3a8a8674653866ad541ef89 /test/py/tests/test_android/test_avb.py | |
parent | 77ff61a5bb437b5b19c50d8791f14a3b917e882c (diff) | |
parent | e2f6270f2da844d598555702d3af4f2e3fae3f9f (diff) |
Merge tag 'u-boot-dfu-20240215' of https://source.denx.de/u-boot/custodians/u-boot-dfu
u-boot-dfu-20240215
- Fix avb_verify command with SD cards
- Add u-boot-dfu maintainer tree for AB/AVB
- Avb: report verified boot state based on lock state
- Misc avb refactors improve code quality
Diffstat (limited to 'test/py/tests/test_android/test_avb.py')
-rw-r--r-- | test/py/tests/test_android/test_avb.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/py/tests/test_android/test_avb.py b/test/py/tests/test_android/test_avb.py index 238b48c90f..865efbca4d 100644 --- a/test/py/tests/test_android/test_avb.py +++ b/test/py/tests/test_android/test_avb.py @@ -1,6 +1,5 @@ -# Copyright (c) 2018, Linaro Limited -# # SPDX-License-Identifier: GPL-2.0+ +# Copyright (c) 2018, Linaro Limited # # Android Verified Boot 2.0 Test |