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:
commit
1cfc9df481
@ -176,7 +176,7 @@ in {
|
|||||||
ubootNovena = buildUBoot {
|
ubootNovena = buildUBoot {
|
||||||
defconfig = "novena_defconfig";
|
defconfig = "novena_defconfig";
|
||||||
extraMeta.platforms = ["armv7l-linux"];
|
extraMeta.platforms = ["armv7l-linux"];
|
||||||
filesToInstall = ["u-boot.bin" "SPL"];
|
filesToInstall = ["u-boot-dtb.img" "SPL"];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Flashing instructions:
|
# Flashing instructions:
|
||||||
|
Loading…
Reference in New Issue
Block a user