summaryrefslogtreecommitdiff
path: root/libre-testing/chromebook-kernel/kernel.its
diff options
context:
space:
mode:
Diffstat (limited to 'libre-testing/chromebook-kernel/kernel.its')
-rw-r--r--libre-testing/chromebook-kernel/kernel.its35
1 files changed, 0 insertions, 35 deletions
diff --git a/libre-testing/chromebook-kernel/kernel.its b/libre-testing/chromebook-kernel/kernel.its
deleted file mode 100644
index 85d094a3c..000000000
--- a/libre-testing/chromebook-kernel/kernel.its
+++ /dev/null
@@ -1,35 +0,0 @@
-/dts-v1/;
-
-/ {
- description = "Linux kernel image with one or more FDT blobs";
- #address-cells = <1>;
- images {
- kernel@1{
- description = "kernel";
- data = /incbin/("/boot/vmlinuz-linux-libre");
- type = "kernel_noload";
- arch = "arm";
- os = "linux";
- compression = "none";
- load = <0>;
- entry = <0>;
- };
- fdt@1{
- description = "rk3288-veyron-speedy.dtb";
- data = /incbin/("/boot/dtbs/linux-libre/rk3288-veyron-speedy.dtb");
- type = "flat_dt";
- arch = "arm";
- compression = "none";
- hash@1{
- algo = "sha1";
- };
- };
- };
- configurations {
- default = "conf@1";
- conf@1{
- kernel = "kernel@1";
- fdt = "fdt@1";
- };
- };
-}; \ No newline at end of file