diff options
Diffstat (limited to 'roms/u-boot/tools/binman/test/141_descriptor_offset.dts')
-rw-r--r-- | roms/u-boot/tools/binman/test/141_descriptor_offset.dts | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/roms/u-boot/tools/binman/test/141_descriptor_offset.dts b/roms/u-boot/tools/binman/test/141_descriptor_offset.dts new file mode 100644 index 000000000..f9bff016a --- /dev/null +++ b/roms/u-boot/tools/binman/test/141_descriptor_offset.dts @@ -0,0 +1,20 @@ +// SPDX-License-Identifier: GPL-2.0+ + +/dts-v1/; + +/ { + #address-cells = <1>; + #size-cells = <1>; + + binman { + sort-by-offset; + end-at-4gb; + size = <0x800000>; + u-boot { + offset = <0xffff0000>; + }; + intel-descriptor { + filename = "descriptor.bin"; + }; + }; +}; |