diff options
Diffstat (limited to 'roms/u-boot/tools/binman/test/187_symbols_sub.dts')
-rw-r--r-- | roms/u-boot/tools/binman/test/187_symbols_sub.dts | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/roms/u-boot/tools/binman/test/187_symbols_sub.dts b/roms/u-boot/tools/binman/test/187_symbols_sub.dts new file mode 100644 index 000000000..54511a737 --- /dev/null +++ b/roms/u-boot/tools/binman/test/187_symbols_sub.dts @@ -0,0 +1,22 @@ +/dts-v1/; + +/ { + #address-cells = <1>; + #size-cells = <1>; + + binman { + section { + pad-byte = <0xff>; + u-boot-spl { + }; + + u-boot { + offset = <24>; + }; + }; + + u-boot-spl2 { + type = "u-boot-spl"; + }; + }; +}; |