184_compress_section_size.dts 187 B

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