diff options
| author | Tom Rini <[email protected]> | 2025-04-11 14:32:02 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-04-11 16:47:29 -0600 |
| commit | a40fc5afaec079ee4e621965fed18dcc94240d8c (patch) | |
| tree | a6d644d2f13d543f7da3f6de1ef1a8d6c9eec68b /tools/binman/test | |
| parent | 407d68638fe32418d61681407effba2a303bb9ee (diff) | |
| parent | 6f875290eb107106059f4edfcf8afe31bed9a378 (diff) | |
Merge patch series "binman: Check code-coverage requirements"
Simon Glass <[email protected]> says:
This series adds a cover-coverage check to CI for Binman. The iMX8 tests
are still not completed, so a work-around is included for those.
A few fixes are included for some other problems.
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/binman/test')
| -rw-r--r-- | tools/binman/test/184_compress_section_size.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/binman/test/184_compress_section_size.dts b/tools/binman/test/184_compress_section_size.dts index 95ed30add1a..1c1dbd5f580 100644 --- a/tools/binman/test/184_compress_section_size.dts +++ b/tools/binman/test/184_compress_section_size.dts @@ -6,6 +6,7 @@ section { size = <0x30>; compress = "lz4"; + pad-byte = <0xff>; blob { filename = "compress"; }; |
