Skip to content

Commit bde3c77

Browse files
committed
its: r4: drop wifi and nand
1 parent 8c43b32 commit bde3c77

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

bpi-r4.its

-26
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,6 @@
3939
data = /incbin/("./arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4-emmc.dtbo");
4040
type = "flat_dt";
4141
};
42-
fdt-ov-wifi {
43-
description = "Flattened Device Tree blob";
44-
data = /incbin/("./arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4-wifi-mt7996a.dtbo");
45-
type = "flat_dt";
46-
};
47-
/* fdt-ov-nand{
48-
data = /incbin/("./arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3-nand.dtbo");
49-
type = "flat_dt";
50-
arch = "arm64";
51-
};*/
5242
/* ramdisk-1 {
5343
description = "ramdisk";
5444
data = /incbin/("./rootfs_arm64.cpio.gz");
@@ -90,21 +80,5 @@
9080
algo = "sha1";
9181
};
9282
};
93-
wifi {
94-
description = "WIFI FDT Overlay";
95-
fdt = "fdt-ov-wifi";
96-
hash-1 {
97-
algo = "sha1";
98-
};
99-
};
100-
conf-sd-wifi {
101-
description = "Boot Linux kernel with SD + WIFI FDT blob";
102-
kernel = "kernel-1";
103-
fdt = "fdt-base", "fdt-ov-sd", "fdt-ov-wifi";
104-
//ramdisk = "ramdisk-1";
105-
hash-1 {
106-
algo = "sha1";
107-
};
108-
};
10983
};
11084
};

0 commit comments

Comments
 (0)