Merge pull request #96459 from sorki/novena_uboot_products

ubootNovena: install u-boot-dtb.img instead of u-boot.bin
This commit is contained in:
Marek Mahut 2020-09-08 21:12:35 +02:00 committed by GitHub
commit 1cfc9df481
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: