about summary refs log tree commit diff
path: root/pkgs/misc/uboot
diff options
context:
space:
mode:
authorTravis Whitton <travis@sharpspring.com>2021-02-24 17:49:34 -0500
committerTravis Whitton <travis@sharpspring.com>2021-02-24 17:49:34 -0500
commita4b21085fa836e545dcbd905e27329563c389c6e (patch)
tree07c35b5e95035ad7730f1008747f626bff71f371 /pkgs/misc/uboot
parentca6fafaf236ce1a827c0c3e9ef3d4dfe8428616c (diff)
downloadnixlib-a4b21085fa836e545dcbd905e27329563c389c6e.tar
nixlib-a4b21085fa836e545dcbd905e27329563c389c6e.tar.gz
nixlib-a4b21085fa836e545dcbd905e27329563c389c6e.tar.bz2
nixlib-a4b21085fa836e545dcbd905e27329563c389c6e.tar.lz
nixlib-a4b21085fa836e545dcbd905e27329563c389c6e.tar.xz
nixlib-a4b21085fa836e545dcbd905e27329563c389c6e.tar.zst
nixlib-a4b21085fa836e545dcbd905e27329563c389c6e.zip
uboot: add ATF for ubootNanoPCT4
Diffstat (limited to 'pkgs/misc/uboot')
-rw-r--r--pkgs/misc/uboot/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/misc/uboot/default.nix b/pkgs/misc/uboot/default.nix
index f8f3df665d4a..6c59c13d12e2 100644
--- a/pkgs/misc/uboot/default.nix
+++ b/pkgs/misc/uboot/default.nix
@@ -192,6 +192,7 @@ in {
       platforms = ["aarch64-linux"];
       license = lib.licenses.unfreeRedistributableFirmware;
     };
+    BL31="${armTrustedFirmwareRK3399}/bl31.elf";
     filesToInstall = ["u-boot.itb" "idbloader.img"];
     postBuild = ''
       ./tools/mkimage -n rk3399 -T rksd -d ${rkbin}/rk33/rk3399_ddr_800MHz_v1.24.bin idbloader.img