Prepare v2023.10
[platform/kernel/u-boot.git] / tools / binman / test / 260_symbols_elf.dts
1 // SPDX-License-Identifier: GPL-2.0+
2
3 /dts-v1/;
4
5 / {
6         #address-cells = <1>;
7         #size-cells = <1>;
8
9         binman {
10                 pad-byte = <0xff>;
11                 u-boot-spl-elf {
12                 };
13
14                 u-boot {
15                 };
16
17                 u-boot-spl2 {
18                         type = "u-boot-spl-elf";
19                 };
20
21                 u-boot-tpl-elf {
22                 };
23
24                 u-boot-vpl-elf {
25                 };
26         };
27 };