090_hash.dts 122 B

123456789101112
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /dts-v1/;
  3. / {
  4. binman {
  5. u-boot {
  6. hash {
  7. algo = "sha256";
  8. };
  9. };
  10. };
  11. };