orangepi-5 -> orangepi-5-plus
This commit is contained in:
parent
37bd493535
commit
f116af1ff2
|
@ -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 = [];
|
||||
|
||||
|
|
|
@ -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 = {
|
||||
"/" = {
|
||||
|
|
Loading…
Reference in New Issue