mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-gru: fix
This commit is contained in:
parent
a904c2f921
commit
2a142687c8
1 changed files with 48 additions and 6 deletions
|
@ -34,6 +34,16 @@
|
|||
};
|
||||
};
|
||||
fdt@3{
|
||||
description = "rk3399-gru-bob-r4.dtb";
|
||||
data = /incbin/("arch/arm64/boot/dts/rockchip/rk3399-gru-bob-r4.dtb");
|
||||
type = "flat_dt";
|
||||
arch = "arm64";
|
||||
compression = "none";
|
||||
hash@1{
|
||||
algo = "sha1";
|
||||
};
|
||||
};
|
||||
fdt@4{
|
||||
description = "rk3399-gru-gru-r1.dtb";
|
||||
data = /incbin/("arch/arm64/boot/dts/rockchip/rk3399-gru-gru-r1.dtb");
|
||||
type = "flat_dt";
|
||||
|
@ -43,7 +53,7 @@
|
|||
algo = "sha1";
|
||||
};
|
||||
};
|
||||
fdt@4{
|
||||
fdt@5{
|
||||
description = "rk3399-gru-gru-r2.dtb";
|
||||
data = /incbin/("arch/arm64/boot/dts/rockchip/rk3399-gru-gru-r2.dtb");
|
||||
type = "flat_dt";
|
||||
|
@ -53,7 +63,7 @@
|
|||
algo = "sha1";
|
||||
};
|
||||
};
|
||||
fdt@5{
|
||||
fdt@6{
|
||||
description = "rk3399-gru-kevin-r5.dtb";
|
||||
data = /incbin/("arch/arm64/boot/dts/rockchip/rk3399-gru-kevin-r5.dtb");
|
||||
type = "flat_dt";
|
||||
|
@ -63,7 +73,7 @@
|
|||
algo = "sha1";
|
||||
};
|
||||
};
|
||||
fdt@6{
|
||||
fdt@7{
|
||||
description = "rk3399-gru-kevin-r6.dtb";
|
||||
data = /incbin/("arch/arm64/boot/dts/rockchip/rk3399-gru-kevin-r6.dtb");
|
||||
type = "flat_dt";
|
||||
|
@ -73,9 +83,29 @@
|
|||
algo = "sha1";
|
||||
};
|
||||
};
|
||||
fdt@7{
|
||||
description = "rk3399-gru-scarlet.dtb";
|
||||
data = /incbin/("arch/arm64/boot/dts/rockchip/rk3399-gru-scarlet.dtb");
|
||||
fdt@8{
|
||||
description = "rk3399-gru-nefario-r0.dtb";
|
||||
data = /incbin/("arch/arm64/boot/dts/rockchip/rk3399-gru-nefario-r0.dtb");
|
||||
type = "flat_dt";
|
||||
arch = "arm64";
|
||||
compression = "none";
|
||||
hash@1{
|
||||
algo = "sha1";
|
||||
};
|
||||
};
|
||||
fdt@9{
|
||||
description = "rk3399-gru-scarlet-r0.dtb";
|
||||
data = /incbin/("arch/arm64/boot/dts/rockchip/rk3399-gru-scarlet-r0.dtb");
|
||||
type = "flat_dt";
|
||||
arch = "arm64";
|
||||
compression = "none";
|
||||
hash@1{
|
||||
algo = "sha1";
|
||||
};
|
||||
};
|
||||
fdt@10{
|
||||
description = "rk3399-gru-scarlet-r1.dtb";
|
||||
data = /incbin/("arch/arm64/boot/dts/rockchip/rk3399-gru-scarlet-r1.dtb");
|
||||
type = "flat_dt";
|
||||
arch = "arm64";
|
||||
compression = "none";
|
||||
|
@ -114,5 +144,17 @@
|
|||
kernel = "kernel@1";
|
||||
fdt = "fdt@7";
|
||||
};
|
||||
conf@8{
|
||||
kernel = "kernel@1";
|
||||
fdt = "fdt@8";
|
||||
};
|
||||
conf@9{
|
||||
kernel = "kernel@1";
|
||||
fdt = "fdt@9";
|
||||
};
|
||||
conf@10{
|
||||
kernel = "kernel@1";
|
||||
fdt = "fdt@10";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue