From 19757ebc6c0b2383c37feb36c6631ad3ec694d58 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Sat, 20 Feb 2021 15:03:51 +0100 Subject: Working 5.10.17 cross compile config. --- kernel.its | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 kernel.its (limited to 'kernel.its') 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"; - }; - }; -}; -- cgit v1.2.3-70-g09d2