ubootClearfog: fix output file name

Renamed upstream.
This commit is contained in:
K900 2023-11-04 11:24:16 +03:00
parent ba9e0d2e3f
commit 6a62bacc28

View File

@ -198,7 +198,7 @@ in {
ubootClearfog = buildUBoot {
defconfig = "clearfog_defconfig";
extraMeta.platforms = ["armv7l-linux"];
filesToInstall = ["u-boot-spl.kwb"];
filesToInstall = ["u-boot-with-spl.kwb"];
};
ubootCubieboard2 = buildUBoot {