1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-07-03 09:53:28 +02:00

Revert "starfive visionfive2: Increase mtd0 to fit spl"

This reverts commit 87e3122b67.
This commit is contained in:
Nick Cao 2024-05-27 17:58:14 -04:00 committed by mergify[bot]
parent 03e1d2d584
commit a44ddc27b1
2 changed files with 0 additions and 22 deletions

View File

@ -25,9 +25,4 @@
hardware.deviceTree.name =
lib.mkDefault "starfive/jh7110-starfive-visionfive-2-v1.3b.dtb";
hardware.deviceTree.overlays = [{
name = "qspi-patch";
dtsFile = ./qspi-patch.dts;
}];
}

View File

@ -1,17 +0,0 @@
/dts-v1/;
/plugin/;
/ {
compatible = "starfive,jh7110";
fragment@0 {
target = <&qspi>;
__overlay__ {
nor_flash: flash@0 {
partitions {
spl@0 {
reg = <0x0 0x40000>;
};
};
};
};
};
};