orangepi-5 -> orangepi-5-plus

This commit is contained in:
Motiejus Jakštys 2024-02-28 21:25:33 +02:00
parent 37bd493535
commit f116af1ff2
2 changed files with 3 additions and 5 deletions

View File

@ -39,10 +39,8 @@ in
hash = "sha256-0Da7Czy9cpQ+D5EICc3/QSZhAdCBsmeMvBgykYhAQFw=";
};
defconfig = "orangepi-5-rk3588s_defconfig";
extraConfig = ''
CONFIG_ROCKCHIP_SPI_IMAGE=y
'';
defconfig = "orangepi-5-plus-rk3588_defconfig";
extraConfig = ''CONFIG_ROCKCHIP_SPI_IMAGE=y'';
patches = [];

View File

@ -37,7 +37,7 @@ in {
consoleLogLevel = 7;
};
hardware.deviceTree.name = "rockchip/rk3588s-orangepi-5.dtb";
hardware.deviceTree.name = "rockchip/rk3588s-orangepi-5-plus.dtb";
fileSystems = {
"/" = {