]> rtime.felk.cvut.cz Git - fpga/zynq/canbench-sw.git/blobdiff - petalinux/bootscript.its
uboot images migrated to FIT, bootscript loads only 1 image (faster)
[fpga/zynq/canbench-sw.git] / petalinux / bootscript.its
diff --git a/petalinux/bootscript.its b/petalinux/bootscript.its
new file mode 100644 (file)
index 0000000..31d35cc
--- /dev/null
@@ -0,0 +1,18 @@
+/dts-v1/;
+
+/ {
+       description = "bootscript";
+       #address-cells = <1>;
+
+       images {
+               bootscript@1 {
+                       description = "Bootscript";
+                       data = /incbin/("./bootscript.txt");
+                       type = "script";
+                       compression = "none";
+                       hash@1 {
+                               algo = "crc32";
+                       };
+               };
+       };
+};