aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/tools/binman/test/028_pack_4gb_outside.dts
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/tools/binman/test/028_pack_4gb_outside.dts')
-rw-r--r--roms/u-boot/tools/binman/test/028_pack_4gb_outside.dts19
1 files changed, 19 insertions, 0 deletions
diff --git a/roms/u-boot/tools/binman/test/028_pack_4gb_outside.dts b/roms/u-boot/tools/binman/test/028_pack_4gb_outside.dts
new file mode 100644
index 000000000..11a1f6059
--- /dev/null
+++ b/roms/u-boot/tools/binman/test/028_pack_4gb_outside.dts
@@ -0,0 +1,19 @@
+/dts-v1/;
+
+/ {
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ binman {
+ sort-by-offset;
+ end-at-4gb;
+ size = <32>;
+ u-boot {
+ offset = <0>;
+ };
+
+ u-boot-spl {
+ offset = <0xffffffe7>;
+ };
+ };
+};