aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/tools/binman/test/099_hash_section.dts
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/tools/binman/test/099_hash_section.dts')
-rw-r--r--roms/u-boot/tools/binman/test/099_hash_section.dts18
1 files changed, 18 insertions, 0 deletions
diff --git a/roms/u-boot/tools/binman/test/099_hash_section.dts b/roms/u-boot/tools/binman/test/099_hash_section.dts
new file mode 100644
index 000000000..dcd8683d6
--- /dev/null
+++ b/roms/u-boot/tools/binman/test/099_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";
+ };
+ };
+ };
+};