diff --git a/starfive/visionfive/v2/README.md b/starfive/visionfive/v2/README.md index 6ec2612..1ab7918 100644 --- a/starfive/visionfive/v2/README.md +++ b/starfive/visionfive/v2/README.md @@ -56,12 +56,6 @@ nix build .# ## Additional configuration Additional configuration may be needed depending on your specific hardware configuration. -### Board rev 1.2A -If you have the 1.2A board revision add the following to your config: -``` nix -hardware.deviceTree.name = - lib.mkDefault "starfive/jh7110-starfive-visionfive-2-v1.2a.dtb"; -``` ### 8GB memory If your board has 8GB of RAM add the following to your config: diff --git a/starfive/visionfive/v2/default.nix b/starfive/visionfive/v2/default.nix index c1042e1..973db41 100644 --- a/starfive/visionfive/v2/default.nix +++ b/starfive/visionfive/v2/default.nix @@ -18,7 +18,4 @@ generic-extlinux-compatible.enable = lib.mkDefault true; }; }; - - hardware.deviceTree.name = - lib.mkDefault "starfive/jh7110-starfive-visionfive-2-v1.3b.dtb"; }