mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
ubootOrangePi5: also build the SPI image
This commit is contained in:
parent
8502a2a6b5
commit
1db686b48b
@ -378,7 +378,13 @@ in {
|
|||||||
extraMeta.platforms = ["aarch64-linux"];
|
extraMeta.platforms = ["aarch64-linux"];
|
||||||
BL31 = "${armTrustedFirmwareRK3588}/bl31.elf";
|
BL31 = "${armTrustedFirmwareRK3588}/bl31.elf";
|
||||||
ROCKCHIP_TPL = rkbin.TPL_RK3588;
|
ROCKCHIP_TPL = rkbin.TPL_RK3588;
|
||||||
filesToInstall = [ "u-boot.itb" "idbloader.img" "u-boot-rockchip.bin" ];
|
|
||||||
|
# FIXME: applied upstream, remove in 2024.04
|
||||||
|
extraConfig = ''
|
||||||
|
CONFIG_ROCKCHIP_SPI_IMAGE=y
|
||||||
|
'';
|
||||||
|
|
||||||
|
filesToInstall = [ "u-boot.itb" "idbloader.img" "u-boot-rockchip.bin" "u-boot-rockchip-spi.bin" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
ubootOrangePiPc = buildUBoot {
|
ubootOrangePiPc = buildUBoot {
|
||||||
|
Loading…
Reference in New Issue
Block a user