From fbc54ca20f8652796a1b6d92415ea0d2076e8bdc Mon Sep 17 00:00:00 2001 From: Richard Marko Date: Thu, 27 Aug 2020 13:00:10 +0200 Subject: [PATCH] ubootNovena: install u-boot-dtb.img instead of u-boot.bin SPL now looks for u-boot-dtb.img instead of u-boot.bin. --- pkgs/misc/uboot/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/misc/uboot/default.nix b/pkgs/misc/uboot/default.nix index 85df90a9fe11..c4b9377f8f88 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: