099_hash_section.dts 198 B

123456789101112131415161718
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /dts-v1/;
  3. / {
  4. binman {
  5. section {
  6. u-boot {
  7. };
  8. fill {
  9. size = <0x10>;
  10. fill-byte = [61];
  11. };
  12. hash {
  13. algo = "sha256";
  14. };
  15. };
  16. };
  17. };