diff options
Diffstat (limited to 'tools/binman/test/99_hash_section.dts')
-rw-r--r-- | tools/binman/test/99_hash_section.dts | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/binman/test/99_hash_section.dts b/tools/binman/test/99_hash_section.dts new file mode 100644 index 0000000000..dcd8683d64 --- /dev/null +++ b/tools/binman/test/99_hash_section.dts @@ -0,0 +1,18 @@ +// SPDX-License-Identifier: GPL-2.0+ +/dts-v1/; + +/ { + binman { + section { + u-boot { + }; + fill { + size = <0x10>; + fill-byte = [61]; + }; + hash { + algo = "sha256"; + }; + }; + }; +}; |