summaryrefslogtreecommitdiffstats
path: root/pkgs/misc/uboot
diff options
context:
space:
mode:
authorRichard Marko <srk@48.io>2020-08-27 13:00:10 +0200
committerRichard Marko <srk@48.io>2020-08-27 13:00:10 +0200
commitfbc54ca20f8652796a1b6d92415ea0d2076e8bdc (patch)
treee8fa063d1b5d44d9d6f4a6a0fc9cdaf8d85a675b /pkgs/misc/uboot
parentc557ea5cae7b7c4d85627212bfca3504b45f4948 (diff)
ubootNovena: install u-boot-dtb.img instead of u-boot.bin
SPL now looks for 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 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: