summaryrefslogtreecommitdiff
path: root/kernel.its
diff options
context:
space:
mode:
Diffstat (limited to 'kernel.its')
-rw-r--r--kernel.its34
1 files changed, 0 insertions, 34 deletions
diff --git a/kernel.its b/kernel.its
deleted file mode 100644
index 84c4b83..0000000
--- a/kernel.its
+++ /dev/null
@@ -1,34 +0,0 @@
-/dts-v1/;
-
-/ {
- description = "Chrome OS kernel image with one or more FDT blobs";
- images {
- kernel@1{
- description = "kernel";
- data = /incbin/("arch/arm64/boot/Image");
- type = "kernel_noload";
- arch = "arm64";
- os = "linux";
- compression = "none";
- load = <0>;
- entry = <0>;
- };
- fdt@1{
- description = "rk3399-gru-kevin.dtb";
- data = /incbin/("arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dtb");
- type = "flat_dt";
- arch = "arm64";
- compression = "none";
- hash@1{
- algo = "sha1";
- };
- };
- };
- configurations {
- default = "conf@1";
- conf@1{
- kernel = "kernel@1";
- fdt = "fdt@1";
- };
- };
-};