mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-16 08:13:17 +00:00
17 lines
201 B
Text
17 lines
201 B
Text
|
/dts-v1/;
|
||
|
|
||
|
/ {
|
||
|
#address-cells = <1>;
|
||
|
#size-cells = <1>;
|
||
|
|
||
|
binman {
|
||
|
multiple-images;
|
||
|
test_image {
|
||
|
filename = "test_image.bin";
|
||
|
symlink = "symlink_to_test.bin";
|
||
|
u-boot {
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
};
|