mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
ubootNovena: install u-boot-dtb.img instead of u-boot.bin
SPL now looks for u-boot-dtb.img instead of u-boot.bin.
This commit is contained in:
parent
c557ea5cae
commit
fbc54ca20f
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue