uboot/tools/binman/test/183_compress_image_less.dts
<<
>>
Prefs
   1// SPDX-License-Identifier: GPL-2.0+
   2/dts-v1/;
   3
   4/ {
   5        binman {
   6                compress = "lz4";
   7                blob {
   8                        filename = "compress_big";
   9                };
  10
  11                u-boot {
  12                };
  13        };
  14};
  15