Prepare v2023.10
[platform/kernel/u-boot.git] / tools / binman / test / 259_symlink.dts
1 /dts-v1/;
2
3 / {
4         #address-cells = <1>;
5         #size-cells = <1>;
6
7         binman {
8                 multiple-images;
9                 test_image {
10                         filename = "test_image.bin";
11                         symlink = "symlink_to_test.bin";
12                         u-boot {
13                         };
14                 };
15         };
16 };