Merge branch 'master' of git://git.denx.de/u-boot-spi
[platform/kernel/u-boot.git] / tools / binman / test / 31_x86-rom-me.dts
1 /dts-v1/;
2
3 / {
4         #address-cells = <1>;
5         #size-cells = <1>;
6
7         binman {
8                 sort-by-pos;
9                 end-at-4gb;
10                 size = <0x800000>;
11                 intel-descriptor {
12                 };
13
14                 intel-me {
15                         pos-unset;
16                 };
17         };
18 };