PKGBUILDs/core/linux-chromebook2/kernel.its
2014-06-16 01:07:05 +00:00

37 lines
887 B
Plaintext

/dts-v1/;
/ {
description = "Chrome OS kernel image with one or more FDT blobs";
#address-cells = <1>;
images {
kernel@1{
description = "kernel";
data = /incbin/("zImage");
type = "kernel_noload";
arch = "arm";
os = "linux";
compression = "none";
load = <0>;
entry = <0>;
};
fdt@1{
description = "exynos5422-peach-pi.dtb";
data = /incbin/("dts/exynos5422-peach-pi.dtb");
type = "flat_dt";
arch = "arm";
compression = "none";
hash@1{
algo = "sha1";
};
};
};
configurations {
default = "conf@1";
conf@1{
description = "exynos5422-peach-pi.dtb";
kernel = "kernel@1";
fdt = "fdt@1";
};
};
};