mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-09 16:56:58 +02:00
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>
17 lines
201 B
Plaintext
17 lines
201 B
Plaintext
/dts-v1/;
|
|
|
|
/ {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
|
|
binman {
|
|
multiple-images;
|
|
test_image {
|
|
filename = "test_image.bin";
|
|
symlink = "symlink_to_test.bin";
|
|
u-boot {
|
|
};
|
|
};
|
|
};
|
|
};
|