aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/tools/binman/test/149_symbols_tpl.dts
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/tools/binman/test/149_symbols_tpl.dts')
-rw-r--r--roms/u-boot/tools/binman/test/149_symbols_tpl.dts27
1 files changed, 27 insertions, 0 deletions
diff --git a/roms/u-boot/tools/binman/test/149_symbols_tpl.dts b/roms/u-boot/tools/binman/test/149_symbols_tpl.dts
new file mode 100644
index 000000000..0a4ab3f1f
--- /dev/null
+++ b/roms/u-boot/tools/binman/test/149_symbols_tpl.dts
@@ -0,0 +1,27 @@
+/dts-v1/;
+
+/ {
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ binman {
+ pad-byte = <0xff>;
+ u-boot-spl {
+ offset = <4>;
+ };
+
+ u-boot-spl2 {
+ offset = <0x1c>;
+ type = "u-boot-spl";
+ };
+
+ u-boot {
+ offset = <0x34>;
+ };
+
+ section {
+ u-boot-tpl {
+ };
+ };
+ };
+};