summaryrefslogtreecommitdiff
path: root/tools/binman/test/27_pack_4gb_no_size.dts
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/test/27_pack_4gb_no_size.dts')
-rw-r--r--tools/binman/test/27_pack_4gb_no_size.dts18
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/binman/test/27_pack_4gb_no_size.dts b/tools/binman/test/27_pack_4gb_no_size.dts
new file mode 100644
index 0000000..e0b6519
--- /dev/null
+++ b/tools/binman/test/27_pack_4gb_no_size.dts
@@ -0,0 +1,18 @@
+/dts-v1/;
+
+/ {
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ binman {
+ sort-by-pos;
+ end-at-4gb;
+ u-boot {
+ pos = <0xfffffff0>;
+ };
+
+ u-boot-spl {
+ pos = <0xfffffff7>;
+ };
+ };
+};