summaryrefslogtreecommitdiffstats
path: root/tools/binman/test/21_image_pad.dts
blob: bf39dc1b6f717397cac2ac98efb6f5375c1a2cec (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 {
		pad-byte = <0xff>;
		u-boot-spl {
		};

		u-boot {
			pos = <20>;
		};
	};
};