aboutsummaryrefslogtreecommitdiff
path: root/pkgs/misc/uboot
diff options
context:
space:
mode:
authorMarek Mahut <marek.mahut@gmail.com>2020-09-08 21:12:35 +0200
committerGitHub <noreply@github.com>2020-09-08 21:12:35 +0200
commit1cfc9df48195e7fee1364244d54fd12815984252 (patch)
tree8480a3cfbc3d231458f4714b0dfeaf78ab9976e5 /pkgs/misc/uboot
parentdd966067ae5ab15badcdd70c39efca125faad9c7 (diff)
parentfbc54ca20f8652796a1b6d92415ea0d2076e8bdc (diff)
Merge pull request #96459 from sorki/novena_uboot_products
ubootNovena: install u-boot-dtb.img instead of u-boot.bin
Diffstat (limited to 'pkgs/misc/uboot')
-rw-r--r--pkgs/misc/uboot/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/misc/uboot/default.nix b/pkgs/misc/uboot/default.nix
index 66f419626663..59f73b42439a 100644
--- a/pkgs/misc/uboot/default.nix
+++ b/pkgs/misc/uboot/default.nix
@@ -176,7 +176,7 @@ in {
ubootNovena = buildUBoot {
defconfig = "novena_defconfig";
extraMeta.platforms = ["armv7l-linux"];
- filesToInstall = ["u-boot.bin" "SPL"];
+ filesToInstall = ["u-boot-dtb.img" "SPL"];
};
# Flashing instructions: