~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: 2ee1f7f05e228919dfbbd6f8a61e57911f2e03d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/dts-v1/;

/ {
	#address-cells = <1>;
	#size-cells = <1>;

	binman {
		multiple-images;
		test_image {
			filename = "test_image.bin";
			symlink = "symlink_to_test.bin";
			u-boot {
			};
		};
	};
};