summaryrefslogtreecommitdiff
path: root/tools/binman/test/090_hash.dts
blob: 200304599dc37f94add5c28cc9b1df08bac536ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// SPDX-License-Identifier: GPL-2.0+
/dts-v1/;

/ {
	binman {
		u-boot {
			hash {
				algo = "sha256";
			};
		};
	};
};