Unverified Commit b8d9a0ea authored by Jared Baur's avatar Jared Baur
Browse files

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.
parent 19bda3de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {