]> git.ipfire.org Git - thirdparty/u-boot.git/blame - tools/binman/test/029_x86-rom.dts
binman: Move to three-digit test-file numbers
[thirdparty/u-boot.git] / tools / binman / test / 029_x86-rom.dts
CommitLineData
e0ff8551
SG
1/dts-v1/;
2
3/ {
4 #address-cells = <1>;
5 #size-cells = <1>;
6
7 binman {
3ab9598d 8 sort-by-offset;
e0ff8551 9 end-at-4gb;
f689890d 10 size = <32>;
e0ff8551 11 u-boot {
3ab9598d 12 offset = <0xffffffe0>;
e0ff8551
SG
13 };
14
15 u-boot-spl {
3ab9598d 16 offset = <0xffffffeb>;
e0ff8551
SG
17 };
18 };
19};