Prepare v2023.10
[platform/kernel/u-boot.git] / tools / binman / test / 187_symbols_sub.dts
1 /dts-v1/;
2
3 / {
4         #address-cells = <1>;
5         #size-cells = <1>;
6
7         binman {
8                 section {
9                         pad-byte = <0xff>;
10                         u-boot-spl {
11                         };
12
13                         u-boot {
14                                 offset = <28>;
15                         };
16                 };
17
18                 u-boot-spl2 {
19                         type = "u-boot-spl";
20                 };
21         };
22 };