Unverified Commit 9db285aa authored by K900's avatar K900 Committed by GitHub
Browse files

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

ubootNanoPCT6: include the SPI binary
parents 80f61cfa 82600615
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {