From f116af1ff291ea7c78ce1fd906ba666667cde99c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 28 Feb 2024 21:25:33 +0200 Subject: [PATCH] orangepi-5 -> orangepi-5-plus --- hacks/orangepi5/uboot/default.nix | 6 ++---- shared/platform/orangepi5.nix | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/hacks/orangepi5/uboot/default.nix b/hacks/orangepi5/uboot/default.nix index 1e8fc33..439a2d1 100644 --- a/hacks/orangepi5/uboot/default.nix +++ b/hacks/orangepi5/uboot/default.nix @@ -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 = []; diff --git a/shared/platform/orangepi5.nix b/shared/platform/orangepi5.nix index 7047efa..464f1c2 100644 --- a/shared/platform/orangepi5.nix +++ b/shared/platform/orangepi5.nix @@ -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 = { "/" = {