[PATCH v2 2/2] test: compression: add zstd uncompression test

Sean Anderson sean.anderson at seco.com
Tue Dec 27 17:19:06 CET 2022


On 12/27/22 09:46, Brandon Maier wrote:
> +static const unsigned long zstd_compressed_size = 197;

You can use ARRAY_SIZE (or sizeof) for this.

--Sean




More information about the U-Boot mailing list