Merge pull request #334086 from thefossguy/ubootNanoPCT6-include-spi-binary

ubootNanoPCT6: include the SPI binary
This commit is contained in:
K900
2024-08-18 08:23:34 +03:00
committed by GitHub
+1 -1
View File
@@ -303,7 +303,7 @@ in {
extraMeta.platforms = ["aarch64-linux"];
BL31 = "${armTrustedFirmwareRK3588}/bl31.elf";
ROCKCHIP_TPL = rkbin.TPL_RK3588;
filesToInstall = [ "u-boot.itb" "idbloader.img" "u-boot-rockchip.bin" ];
filesToInstall = [ "u-boot.itb" "idbloader.img" "u-boot-rockchip.bin" "u-boot-rockchip-spi.bin" ];
};
ubootNovena = buildUBoot {