File tree 1 file changed +0
-26
lines changed
1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change 39
39
data = /incbin/("./arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4-emmc.dtbo");
40
40
type = "flat_dt";
41
41
};
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
- };*/
52
42
/* ramdisk-1 {
53
43
description = "ramdisk";
54
44
data = /incbin/("./rootfs_arm64.cpio.gz");
90
80
algo = "sha1";
91
81
};
92
82
};
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
- };
109
83
};
110
84
};
You can’t perform that action at this time.
0 commit comments