]> git.ipfire.org Git - thirdparty/u-boot.git/blob - tools/binman/test/031_x86-rom-me.dts
binman: Move to three-digit test-file numbers
[thirdparty/u-boot.git] / tools / binman / test / 031_x86-rom-me.dts
1 /dts-v1/;
2
3 / {
4 #address-cells = <1>;
5 #size-cells = <1>;
6
7 binman {
8 sort-by-offset;
9 end-at-4gb;
10 size = <0x800000>;
11 intel-descriptor {
12 filename = "descriptor.bin";
13 };
14
15 intel-me {
16 filename = "me.bin";
17 offset-unset;
18 };
19 };
20 };