diff options
Diffstat (limited to 'tools/binman/test/053_symbols.dts')
-rw-r--r-- | tools/binman/test/053_symbols.dts | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tools/binman/test/053_symbols.dts b/tools/binman/test/053_symbols.dts new file mode 100644 index 0000000000..9f135676cb --- /dev/null +++ b/tools/binman/test/053_symbols.dts @@ -0,0 +1,20 @@ +/dts-v1/; + +/ { + #address-cells = <1>; + #size-cells = <1>; + + binman { + pad-byte = <0xff>; + u-boot-spl { + }; + + u-boot { + offset = <20>; + }; + + u-boot-spl2 { + type = "u-boot-spl"; + }; + }; +}; |