Skip to content

Commit

Permalink
its: r4: drop wifi and nand
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-w committed Jan 25, 2025
1 parent 8c43b32 commit bde3c77
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions bpi-r4.its
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,6 @@
data = /incbin/("./arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4-emmc.dtbo");
type = "flat_dt";
};
fdt-ov-wifi {
description = "Flattened Device Tree blob";
data = /incbin/("./arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4-wifi-mt7996a.dtbo");
type = "flat_dt";
};
/* fdt-ov-nand{
data = /incbin/("./arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3-nand.dtbo");
type = "flat_dt";
arch = "arm64";
};*/
/* ramdisk-1 {
description = "ramdisk";
data = /incbin/("./rootfs_arm64.cpio.gz");
Expand Down Expand Up @@ -90,21 +80,5 @@
algo = "sha1";
};
};
wifi {
description = "WIFI FDT Overlay";
fdt = "fdt-ov-wifi";
hash-1 {
algo = "sha1";
};
};
conf-sd-wifi {
description = "Boot Linux kernel with SD + WIFI FDT blob";
kernel = "kernel-1";
fdt = "fdt-base", "fdt-ov-sd", "fdt-ov-wifi";
//ramdisk = "ramdisk-1";
hash-1 {
algo = "sha1";
};
};
};
};

0 comments on commit bde3c77

Please sign in to comment.