mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 02:38:56 +00:00
3545e8595c
Adding support to symlink an image packaged using binman. Signed-off-by: Neha Malcom Francis <n-francis@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org>
16 lines
201 B
Text
16 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 {
|
|
};
|
|
};
|
|
};
|
|
};
|