binman: Increase size of TPL and SPL test data
[oweals/u-boot.git] / tools / binman / test / 149_symbols_tpl.dts
1 /dts-v1/;
2
3 / {
4         #address-cells = <1>;
5         #size-cells = <1>;
6
7         binman {
8                 pad-byte = <0xff>;
9                 u-boot-spl {
10                         offset = <4>;
11                 };
12
13                 u-boot-spl2 {
14                         offset = <0x1c>;
15                         type = "u-boot-spl";
16                 };
17
18                 u-boot {
19                         offset = <0x34>;
20                 };
21
22                 section {
23                         u-boot-tpl {
24                                 type = "u-boot-tpl";
25                         };
26                 };
27         };
28 };