mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-30 06:01:19 +00:00
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:
parent
19bda3deee
commit
b8d9a0eaa6
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user