ubootCM3588NAS: don't install non-existent image for SPI flash

The defconfig for ubootCM3588NAS does not specify building an image for
SPI flash, so remove the attempt to install the non-existent file.
This commit is contained in:
Jared Baur 2024-10-08 08:46:45 -07:00
parent 19bda3deee
commit b8d9a0eaa6
No known key found for this signature in database

View File

@ -217,7 +217,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" "u-boot-rockchip-spi.bin" ];
filesToInstall = [ "u-boot.itb" "idbloader.img" "u-boot-rockchip.bin" ];
};
ubootCubieboard2 = buildUBoot {