2d6414ea41
This simplify TFTP. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
14 lines
264 B
Text
14 lines
264 B
Text
/dts-v1/;
|
|
|
|
/ {
|
|
description = "Liminix TFTP bootscript";
|
|
#address-cells = <1>;
|
|
|
|
images {
|
|
bootscript {
|
|
description = "Bootscript";
|
|
data = /incbin/("boot.scr");
|
|
type = "script";
|
|
compression = "none";
|
|
};
|
|
};
|