about summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2024-03-22 08:46:57 +0300
committerK900 <me@0upti.me>2024-03-22 08:46:57 +0300
commit8502a2a6b5dfc364ade9350b9c6b135932037c26 (patch)
treeffe5a07c65f715e7213ad408216689537c699e39 /pkgs/misc
parent0ebdaea977ea7874b04b8b735963002eb29d71b0 (diff)
rkbin: make passthru attributes use full paths, fix license, fix BL31_RK3568 path
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/uboot/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/misc/uboot/default.nix b/pkgs/misc/uboot/default.nix
index 484bcf08988eb..8247ec24f547f 100644
--- a/pkgs/misc/uboot/default.nix
+++ b/pkgs/misc/uboot/default.nix
@@ -377,7 +377,7 @@ in {
     defconfig = "orangepi-5-rk3588s_defconfig";
     extraMeta.platforms = ["aarch64-linux"];
     BL31 = "${armTrustedFirmwareRK3588}/bl31.elf";
-    ROCKCHIP_TPL = "${rkbin}/${rkbin.ROCKCHIP_TPL_RK3588}";
+    ROCKCHIP_TPL = rkbin.TPL_RK3588;
     filesToInstall = [ "u-boot.itb" "idbloader.img" "u-boot-rockchip.bin" ];
   };
 
@@ -529,7 +529,7 @@ in {
     defconfig = "rock5b-rk3588_defconfig";
     extraMeta.platforms = ["aarch64-linux"];
     BL31 = "${armTrustedFirmwareRK3588}/bl31.elf";
-    ROCKCHIP_TPL = "${rkbin}/${rkbin.ROCKCHIP_TPL_RK3588}";
+    ROCKCHIP_TPL = rkbin.TPL_RK3588;
     filesToInstall = [ "u-boot.itb" "idbloader.img" "u-boot-rockchip.bin" "u-boot-rockchip-spi.bin" ];
   };