diff options
Diffstat (limited to 'roms/u-boot/tools/binman/test/197_symbols_expand.dts')
-rw-r--r-- | roms/u-boot/tools/binman/test/197_symbols_expand.dts | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/roms/u-boot/tools/binman/test/197_symbols_expand.dts b/roms/u-boot/tools/binman/test/197_symbols_expand.dts new file mode 100644 index 000000000..8aee76dc7 --- /dev/null +++ b/roms/u-boot/tools/binman/test/197_symbols_expand.dts @@ -0,0 +1,23 @@ +// SPDX-License-Identifier: GPL-2.0+ + +/dts-v1/; + +/ { + #address-cells = <1>; + #size-cells = <1>; + + binman { + pad-byte = <0xff>; + u-boot-spl { + }; + + u-boot { + offset = <0x38>; + no-expanded; + }; + + u-boot-spl2 { + type = "u-boot-spl"; + }; + }; +}; |