15 lines
264 B
Text
15 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";
|
||
|
};
|
||
|
};
|