summaryrefslogtreecommitdiff
path: root/tools/binman/test/117_fdtmap_hdr_start.dts
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/test/117_fdtmap_hdr_start.dts')
-rw-r--r--tools/binman/test/117_fdtmap_hdr_start.dts19
1 files changed, 19 insertions, 0 deletions
diff --git a/tools/binman/test/117_fdtmap_hdr_start.dts b/tools/binman/test/117_fdtmap_hdr_start.dts
new file mode 100644
index 0000000000..17b6be0047
--- /dev/null
+++ b/tools/binman/test/117_fdtmap_hdr_start.dts
@@ -0,0 +1,19 @@
+/dts-v1/;
+
+/ {
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ binman {
+ size = <0x400>;
+ sort-by-offset;
+ u-boot {
+ offset = <0x100>;
+ };
+ fdtmap {
+ };
+ image-header {
+ location = "start";
+ };
+ };
+};