Skip to content

Commit

Permalink
ubootNovena: install u-boot-dtb.img instead of u-boot.bin
Browse files Browse the repository at this point in the history
SPL now looks for u-boot-dtb.img instead of u-boot.bin.
  • Loading branch information
sorki committed Aug 27, 2020
1 parent c557ea5 commit fbc54ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/misc/uboot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fbc54ca

Please sign in to comment.