185_compress_section.dts 169 B

12345678910111213141516
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /dts-v1/;
  3. / {
  4. binman {
  5. section {
  6. compress = "lz4";
  7. blob {
  8. filename = "compress";
  9. };
  10. u-boot {
  11. };
  12. };
  13. };
  14. };